diff --git a/core/modules/system/system.install b/core/modules/system/system.install
index f268022dde..11ac8cc94c 100644
--- a/core/modules/system/system.install
+++ b/core/modules/system/system.install
@@ -1303,7 +1303,7 @@ function system_requirements($phase) {
if (!\Drupal::moduleHandler()->moduleExists('update')) {
$requirements['update status'] = [
'value' => t('Not enabled'),
- 'severity' => REQUIREMENT_WARNING,
+ 'severity' => REQUIREMENT_INFO,
'description' => t('Update notifications are not enabled. It is highly recommended that you install the Update Manager module from the module administration page in order to stay up-to-date on new releases. For more information, Update status handbook page.', [
':update' => 'https://www.drupal.org/documentation/core/modules/update',
':module' => Url::fromRoute('system.modules_list')->toString(),