How to Change Windows 11 Automatic Maintenance Time
This guide explains how to adjust the time for Windows Automatic Maintenance (WAM) in Windows 11.
Windows Automatic Maintenance (WAM) is a feature that performs important background tasks on a set schedule. By default, it runs every day at 2 AM.
WAM handles these tasks:
- Updating Windows and your apps
- Checking system security
- Running malware scans
You can wake the computer up for the scheduled maintenance tasks if your computer is sleeping or hibernating when the 2 AM task starts. You can also list and view all the maintenance tasks available on your device.
Why change the time? If 2 AM is not a good time for your computer to be running these tasks, you can pick a time when your computer is on and you are not using it.
What happens when done? Windows will automatically run these cleanup and update tasks at the new time you selected instead of the default 2 AM.
Change Windows Automatic Maintenance Time Using Control Panel
This is the simplest way to update your schedule.
First, open the Control Panel app.
Go to Control Panel > System and Security > Security and Maintenance > Automatic Maintenance.
Click the Change maintenance settings link.

Select the specific time you want WAM to run each day.

Close the Control Panel when you are finished.
Change WAM Time Using Local Group Policy Editor
You can also use the Local Group Policy Editor to set this schedule.
Open the Local Group Policy Editor.
Navigate through these folders: Computer Configuration > Administrative Templates > Windows Components > Maintenance Scheduler.
Click on the Maintenance Scheduler folder on the left side.
Double-click Automatic Maintenance Activation Boundary on the right side.

Choose one of these options:
- Not Configured: Acts the same as Disabled. The Control Panel time will be used.
- Enabled: Overrides the default time. Pick your new time using the table below.
- Disabled: The Control Panel time will be used.

Use this table to find the value for your preferred time:
| Standard Time | REG_SZ Data Value |
|---|---|
| 12:00 AM | 2001-01-01T00:00:00 |
| 1:00 AM | 2001-01-01T01:00:00 |
| 2:00 AM | 2001-01-01T02:00:00 |
| 3:00 AM | 2001-01-01T03:00:00 |
| 4:00 AM | 2001-01-01T04:00:00 |
| 5:00 AM | 2001-01-01T05:00:00 |
| 6:00 AM | 2001-01-01T06:00:00 |
| 7:00 AM | 2001-01-01T07:00:00 |
| 8:00 AM | 2001-01-01T08:00:00 |
| 9:00 AM | 2001-01-01T09:00:00 |
| 10:00 AM | 2001-01-01T10:00:00 |
| 11:00 AM | 2001-01-01T11:00:00 |
| 12:00 PM | 2001-01-01T12:00:00 |
| 1:00 PM | 2001-01-01T13:00:00 |
| 2:00 PM | 2001-01-01T14:00:00 |
| 3:00 PM | 2001-01-01T15:00:00 |
| 4:00 PM | 2001-01-01T16:00:00 |
| 5:00 PM | 2001-01-01T17:00:00 |
| 6:00 PM | 2001-01-01T18:00:00 |
| 7:00 PM | 2001-01-01T19:00:00 |
| 8:00 PM | 2001-01-01T20:00:00 |
| 9:00 PM | 2001-01-01T21:00:00 |
| 10:00 PM | 2001-01-01T22:00:00 |
| 11:00 PM | 2001-01-01T23:00:00 |
⚠️ Requires admin privileges: Save your settings and restart your computer for the changes to take effect.
Change WAM Time Using Windows Registry Editor
You can also use the Windows Registry Editor to change the schedule.
Note: If you cannot open the Local Group Policy Editor, use the Windows Registry instead.
⚠️ Requires admin privileges: Open the Windows Registry.
Go to this path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\Maintenance
If you do not see the Maintenance folder, right-click the Schedule key and create a new subkey named Maintenance.

Right-click in the empty space on the right side of the Maintenance folder and select New > String Value.
Name the new key Activation Boundary.
Double-click Activation Boundary and type in your chosen time code from the table above.

To disable this: Delete the Activation Boundary key you created. The default value is 2000-01-01T02:00:00 (2 AM).
⚠️ Requires admin privileges: Save your changes and restart your computer for the new schedule to begin.
What happens when done? Your computer will now perform its automatic maintenance at the new time you set.
Summary
Windows Automatic Maintenance keeps your system running smoothly by handling updates and security checks. While 2 AM is the default, you can change it to a time that fits your schedule better. You can use the Control Panel, the Local Group Policy Editor, or the Registry Editor to make this change. Always restart your computer after adjusting these settings so the new time can take effect.
Was this guide helpful?
[…] you want, you can change the time it runs or start it manually whenever you […]