Skip to content
Follow
Windows 🟡 Intermediate

How to Disable Automatic Maintenance Windows 11

Richard
Written by
Richard
Feb 3, 2026 Updated Jul 28, 2026 4 min read
How to Enable or Disable Automatic Maintenance in Windows 11
How to Enable or Disable Automatic Maintenance in Windows 11

Automatic Maintenance in Windows 11 runs in the background to keep your PC healthy and secure without you needing to do anything.

This feature performs essential tasks like installing updates and running security scans automatically, usually around 2 AM daily when your computer is idle.

Automatic maintenance will try again later if your PC is busy or asleep during the scheduled time. You can set automatic maintenance to wake your computer from sleep to finish its jobs, but automatic maintenance won't run if the PC is completely off.

Automatic Maintenance is usually best for your Windows 11 system. You might want to turn Automatic Maintenance off sometimes, like when troubleshooting or if you prefer to manage all tasks yourself. Disabling Automatic Maintenance stops background jobs from running automatically.

⚡ Quick Answer

You can enable or disable Automatic Maintenance in Windows 11 using the Registry Editor. Navigate to ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionScheduleMaintenance, then modify the MaintenanceDisabled DWORD value. Set it to 1 to disable, or 0 or delete it to enable.

How Automatic Maintenance Works

Automatic Maintenance performs background tasks that Windows runs regularly. These tasks help keep your PC secure and running its best. For example, a security scan, which is one of these background tasks, checks for malware.

What Happens During Automatic Maintenance?

  • Windows Updates: Downloads and installs important security fixes and new features.
  • Security Scans: Checks for harmful software and viruses using Windows Security.
  • System Diagnostics: Checks to make sure system parts are working correctly.
  • Performance Optimization: Tasks like organizing files on your hard drive (for older drives) or optimizing them (for newer SSD drives) to keep your storage running fast.
  • Software Updates: Sometimes, updates for other Microsoft programs are also part of this process.

Automatic Maintenance in Windows 11 runs tasks in the background when your PC is not in use. This includes downloading and installing important Windows updates, checking for viruses with Windows Security, running system health checks, and optimizing your storage drives to keep things running smoothly.

Using the Registry Editor to Control Automatic Maintenance

You can control automatic maintenance using the Windows Registry, which is a special database for Windows settings. Be very careful when changing things here, because mistakes can cause problems with your computer. This guide will show you how to turn automatic maintenance off or on using the Registry Editor.

Automatic Maintenance in Windows 11 is a feature that runs background tasks, like disk checks and defragmentation, when your computer is idle. You can disable or enable this Automatic Maintenance using the Registry Editor. This process involves navigating to `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\Maintenance` and changing the `MaintenanceDisabled` value.

Step 1Open the Registry Editor

  1. Press the Windows key + R on your keyboard. This opens the Run box.
  2. Type regedit into the box and press Enter or click OK.
  3. If a User Account Control (UAC) window appears, click Yes to allow Registry Editor to make changes.

Step 2Go to the Correct Registry Location

With Registry Editor open, navigate to a specific location (a "key") within the registry. This key houses the configuration settings for Automatic Maintenance.

On the left-hand pane of Registry Editor, carefully browse to the following path:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\Maintenance

Step 3Change the 'MaintenanceDisabled' Setting

The Registry Editor allows you to change the 'MaintenanceDisabled' setting to turn off automatic maintenance. If you do not see 'MaintenanceDisabled', right-click an empty spot in the folder, choose 'New', then 'DWORD (32-bit) Value', and name it 'MaintenanceDisabled'. Double-click the new 'MaintenanceDisabled' value to set its data.

To Disable Automatic Maintenance:

  1. In the right side of the window, look for a value named MaintenanceDisabled.
  2. If it's not there, you need to create it. Right-click on an empty space in the right panel, select New, and then choose DWORD (32-bit) Value. Name it exactly MaintenanceDisabled.
  3. Double-click on the MaintenanceDisabled value.
  4. In the "Value data" box, enter 1.
  5. Make sure "Base" is set to Hexadecimal.
  6. Click OK.

Explanation: Setting the value to 1 for MaintenanceDisabled tells Windows to stop the automatic maintenance tasks.

⚠️Warning
Disabling maintenance also removes the ability to initiate these tasks manually through standard Windows tools. Ensure you have a plan for performing manual updates and scans.

To Enable Automatic Maintenance (Default):

  1. If the MaintenanceDisabled value is there, double-click on it.
  2. Change the "Value data" to 0.
  3. Make sure "Base" is set to Hexadecimal.
  4. Click OK.
  5. If the MaintenanceDisabled value does not exist, you can simply delete it. Right-click on the MaintenanceDisabled value and select Delete. Confirm if asked.

Explanation: Setting the value to 0, or removing the value entirely, tells Windows to allow automatic maintenance tasks to run as scheduled.

💡Tip
Removing the MaintenanceDisabled value is often the most reliable method for ensuring it's enabled, as it reverts the system to its default behavior.

Step 4Close Registry Editor and Restart

After applying your modifications, close Registry Editor. For the changes to take effect properly, it's recommended to restart your computer. This action ensures that all system services incorporate the new settings.

windows 11 automatic maintenance time changed
windows 11 automatic maintenance time changed

Summary

Automatic maintenance in Windows 11 keeps your PC running well and securely by doing tasks like updates and security scans when you're not using it. You can manage some settings through Windows Security and Update, but for more control, you can use the Registry Editor carefully. Disabling automatic maintenance is usually not recommended.

How to disable maintenance activator?

Resolution. To prevent the Regular Maintenance task from waking the machine at 3:00am, go to Action Center > Automatic Maintenance and disable the Allow scheduled maintenance to wake up my computer at the scheduled time checkbox.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

Where Are Windows Automatic Maintenance Tasks in Windows 11?
Windows Where Are Windows Automatic Maintenance Tasks in Windows 11?
How to Change Windows 11 Automatic Maintenance Time
Windows How to Change Windows 11 Automatic Maintenance Time
How to Start or Stop Windows Automatic Maintenance
Windows How to Start or Stop Windows Automatic Maintenance
Protect Your Windows 11 with Microsoft Security
Windows Protect Your Windows 11 with Microsoft Security

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *