Windows

How to Enable or Disable Automatic Maintenance in Windows 11

Richard
Written by
Richard
Feb 3, 2026 Updated Apr 1, 2026 2 min read
How to Enable or Disable Automatic Maintenance in Windows 11

Windows 11 has a feature called Automatic Maintenance. Why does it matter? It helps your computer stay healthy by doing important tasks. These tasks include installing updates, checking for security issues, and cleaning up your disk.

This maintenance usually runs every day at 2 AM when you’re not using your computer. It works quietly in the background, so it doesn’t interrupt you.

By default, Automatic Maintenance is turned on. But what happens if you disable it? Your computer won’t automatically stay updated and protected. If you want to stop it—for example, if it interrupts your work—you can disable it. Or, if you want to keep your computer updated and running well, you can keep it enabled.

If you want, you can change the time it runs or start it manually whenever you like.

How to Turn Automatic Maintenance On or Off in Windows 11

Here are simple steps to disable or enable this feature using the Windows Registry Editor. The Registry Editor is a place where Windows stores important settings. Be careful when changing settings here.

Step 1: Open the Windows Registry Editor

  1. Press Windows key + R on your keyboard. A box will pop up.
  2. Type regedit and press Enter.
  3. ADMIN REQUIRED: If a message asks for permission, click Yes.

Step 2: Go to the Maintenance Settings

In the Registry Editor, find this path:

💻Code
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\Maintenance

You can expand the folders on the left to get there.

Step 3: Change the Maintenance Setting

  1. Look for a setting called MaintenanceDisabled in the right panel.
  2. Double-click it to open.
  3. To disable Automatic Maintenance, change the value to 1 and click OK.
  4. To enable Automatic Maintenance, set the value to 0 or delete this item.

Note: If you don’t see MaintenanceDisabled, you can create it:

  1. Right-click on an empty space in the right panel.
  2. Choose New > DWORD (32-bit) Value.
  3. Name it MaintenanceDisabled.
  4. Set the value to 1 to disable.
Windows Registry Editor showing MaintenanceDisabled setting

Step 4: Restart Your Computer

To make sure the change works, restart your PC.

Summary

  • Automatic Maintenance keeps your PC updated and running smoothly.
  • You can turn it off if it bothers you or turn it on to stay protected.
  • Use the Registry Editor carefully to enable or disable this feature.
  • Remember to restart your computer after making changes.
  • Adjust the maintenance schedule or run it manually if you want more control.

If you want to learn more or see step-by-step guides with pictures, check out the full tutorials here:

Schedule Automatic Maintenance on Windows 11

Change Automatic Maintenance Time

Manually Start or Stop Automatic Maintenance

Feel free to ask questions or share your tips below!

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

2458 articles → Twitter

📚 Related Tutorials

How to Start or Stop Windows Automatic Maintenance
Windows How to Start or Stop Windows Automatic Maintenance
How to Change Windows 11 Automatic Maintenance Time
Windows How to Change Windows 11 Automatic Maintenance Time
How to Disable Automatic Updates in Windows 11
Windows How to Disable Automatic Updates in Windows 11
How to Disable Automatic Updates in Windows 11
Windows How to Disable Automatic Updates in Windows 11

Leave a Reply

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