diff --git a/modules/system/system.module b/modules/system/system.module
index 8ca5fb4de39a60304db4cf2224453c461abfced2..8c32d188b223f16b87e7076348e855ddfe358030 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -261,7 +261,7 @@ function system_menu($may_cache) {
       'title' => t('status report'),
       'description' => t('Get a status report about your site\'s operation and any detected problems.'),
       'callback' => 'system_status',
-      'weight' => -11,
+      'weight' => 10,
       'access' => $access);
     $items[] = array(
       'path' => 'admin/logs/status/run-cron',