How to Change Daylight Saving Time on Windows 11

Key takeaways

  • Windows 11 handles DST automatically when ‘Set time automatically’ is enabled, syncing with time.windows.com every seven days and applying timezone rules from Windows Update.
  • The three most common DST failures are stopped Windows Time service (fix: services.msc), corrupted TimeZoneKeyName registry key (fix: delete and recreate), and Outlook appointments shifting due to legacy recurrence formats (fix: recreate the series).
  • Manual DST control is necessary for dual-boot systems with Linux or air-gapped PCs—disable ‘Set time automatically’ in Settings > Time & language > Date & time and adjust the hour yourself twice yearly.
  • DST transitions in 2026 occur March 8 and November 1 at 2:00 AM; Arizona and Hawaii do not observe DST and use timezone database entries with the DST bit disabled.

Windows 11 changes daylight saving time automatically when you enable ‘Set time automatically’ in Settings > Time & language > Date & time. The operating system pulls time data from time.windows.com and applies your timezone’s DST rules without user action. But that automation fails in specific scenarios that you need to recognize, and you need to know the manual override path and the troubleshooting steps that address the most common failure modes.

The 2026 DST transitions happen March 8 at 2:00 AM (clocks forward) and November 1 at 2:00 AM (clocks back) across most of the United States. Arizona and Hawaii do not observe DST.

Automatic vs. manual DST control: what works and what breaks

Factor Automatic (Set time automatically ON) Manual (Set time automatically OFF)
Setup effort None—enabled by default on new installs Two Settings toggles, then manual hour adjustment twice yearly
Requires internet Yes—contacts time.windows.com periodically (interval not documented by Microsoft) No—clock runs independently
Outlook calendar behavior Appointments stay at correct local time Recurring meetings shift by one hour if not adjusted
Fails when… Windows Update is paused, time service stopped, wrong timezone selected You forget to change the clock—no reminder
Dual-boot with Linux Causes one OS to show wrong time (Windows expects local time in BIOS, Linux expects UTC) Same conflict—requires registry edit to make Windows use UTC
Registry dependency Reads HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\TimeZoneKeyName Same key—manual mode just ignores DST bit
Known bug patches Multiple cumulative updates have fixed incorrect offsets for Pacific and Mountain zones in past years Not affected—you set the hour yourself

Use automatic DST if…

Your PC stays connected to the internet, you run Windows Update monthly, and you never dual-boot. Automatic mode is the default for good reason: it handles timezone database updates that cover legislative changes to DST rules. When Yukon abolished DST, a Windows Update pushed the new rule to every PC. Manual users had to edit the registry or live with a wrong clock for months.

Automatic mode also keeps Outlook and Teams calendars correct. Both applications store appointment times in UTC and convert to local time on display. If your clock is wrong, a 2:00 PM meeting invite appears as 1:00 PM or 3:00 PM.

The downside: you are trusting Microsoft’s update cadence. If a state changes its DST law and Microsoft is slow to push the database update, your clock will be wrong until the patch arrives. You cannot manually override a single transition while keeping automatic mode enabled—it is all or nothing.

Use manual DST if…

You dual-boot with Linux and need both operating systems to agree on the time. The standard fix is to make Windows store UTC in the BIOS clock (via registry key HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\RealTimeIsUniversal set to DWORD 1), then turn off automatic time in Windows. You adjust the timezone setting instead of the clock itself.

Manual mode also makes sense on air-gapped PCs that never touch the internet—industrial controllers, secure workstations, old machines repurposed as media servers. Automatic time sync fails silently on these systems and leaves the clock drifting.

The cost is vigilance. Miss a DST transition and every timestamped file, email, and calendar entry is off by one hour until you notice. No reminder appears.

How to disable automatic DST and set the time manually

Open Settings (Win + I), click Time & language in the left sidebar, then Date & time. Toggle ‘Set time automatically’ to Off. The ‘Change’ button under ‘Set the date and time manually’ becomes active. Click it, adjust the date and time, then click Change to save.

Scroll down to the ‘Time zone’ dropdown. Verify it shows your correct zone—'(UTC-05:00) Eastern Time (US & Canada)’ for New York, for example. Below that, toggle ‘Adjust for daylight saving time automatically’ to Off if you want full manual control. With this off, you change the hour yourself on DST transition days.

The old Control Panel path (timedate.cpl) still works and opens the same dialog. Type timedate.cpl in the Run box (Win + R) if you prefer the compact interface.

Where Windows 11 DST automation actually breaks

Automatic DST fails in three repeating patterns, and each has a different fix.

Problem 1: ‘Set time automatically’ is on but the clock didn’t change

This happens when the Windows Time service is stopped or the time.windows.com server is unreachable. Open Services (type services.msc in the Start search box), scroll to ‘Windows Time’, and check the Status column. If it says ‘Stopped’, right-click and choose Start. Set Startup type to Automatic.

Force an immediate sync by opening Command Prompt as administrator and running w32tm /resync. The command returns ‘The computer did not resync because no time data was available’ if your firewall blocks UDP port 123 or the internet connection is down.

Check Windows Update next. Open Settings > Windows Update and click ‘Check for updates’. DST rule changes arrive as cumulative updates, and if you pause updates (the maximum pause duration varies by Windows edition and update policy), your timezone database becomes stale. Past cumulative updates have fixed bugs where regional time zones stayed on incorrect offsets for extended periods. Users with paused updates kept the wrong time until they manually installed the patch.

Problem 2: Timezone is correct but shows wrong offset

The registry key HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\TimeZoneKeyName stores your timezone as a string like ‘Eastern Standard Time’. If this key is corrupted or points to a nonexistent zone, Windows shows the correct timezone name in Settings but applies UTC offset instead of the local one.

Open Registry Editor (regedit.exe), navigate to the path above, and note the TimeZoneKeyName value. Cross-reference it against the list in HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones. Each subkey there is a valid timezone name. If your TimeZoneKeyName does not match any subkey, Windows falls back to UTC. Delete the TimeZoneKeyName value, reboot, then set your timezone again in Settings. Windows recreates the key with the correct string.

Problem 3: Outlook calendar appointments shift incorrectly after DST change

Recurring meetings created before a DST transition sometimes shift by one hour when the clock changes. This is usually a server-side issue—Exchange or Microsoft 365 stores the appointment in a legacy format that does not account for timezone rules updated after the meeting was created.

In Outlook desktop, open File > Options > Calendar > Time zones, and verify the timezone matches Windows. If you travel frequently and the timezone is wrong, Outlook interprets every appointment as if you are still in the old zone.

For meetings that shifted, open the appointment, click ‘Recurrence’, and note the original time. Cancel the series and recreate it with the correct hour. There is no bulk fix—Microsoft’s Time Zone Data Update Tool for Outlook was discontinued and does not support recent Outlook versions.

What changed in Windows 11 vs. Windows 10

The Settings UI moved time controls from a standalone ‘Time & Language’ category to a nested ‘Date & time’ page, adding one extra click. The underlying service (W32Time) and registry structure are identical. Windows 11 22H2 added a ‘Sync now’ button next to ‘Set time automatically’ that triggers an immediate time.windows.com query—useful for testing whether the service works without opening Command Prompt.

Windows 11 also enforces TLS 1.2 for time server connections, which breaks sync if your corporate firewall or proxy still requires TLS 1.0. Check the event log (Event Viewer > Applications and Services Logs > Microsoft > Windows > Time-Service > Operational) for error 47 if sync fails on a managed PC.

What to watch in 2026 and beyond

The U.S. Senate passed the Sunshine Protection Act in an earlier session, which would make DST permanent, but the House never voted on it and the bill died. If federal law changes, Windows will need a timezone database update to stop the twice-yearly clock change. Watch for a KB article titled ‘DST update for Windows’ if Congress revives the legislation.

Some states—Florida, California, Washington—passed laws to stay on DST year-round, but those laws cannot take effect without federal approval. If your state exits DST unilaterally, you will need to manually select a timezone that matches your desired offset, such as switching from Eastern to Atlantic Time (which is effectively Eastern DST all year).

Frequently asked questions

How do I manually adjust daylight saving time on Windows 11?

Open Settings > Time & language > Date & time. Toggle ‘Set time automatically’ to Off, then click the ‘Change’ button under ‘Set the date and time manually’. Adjust the hour forward or back by one hour depending on the DST transition direction, then click Change to save. Alternatively, toggle ‘Adjust for daylight saving time automatically’ to Off and change the hour twice yearly.

Why didn’t my Windows 11 clock change automatically?

The Windows Time service is likely stopped, your PC cannot reach time.windows.com, or Windows Update is paused. Open Services (services.msc), verify ‘Windows Time’ is running, then open Command Prompt as administrator and type w32tm /resync. Check for pending Windows Updates in Settings—DST rule changes arrive as cumulative patches and a paused update schedule blocks them.

How do I turn off automatic daylight saving time on Windows 11?

Open Settings > Time & language > Date & time. Scroll to ‘Adjust for daylight saving time automatically’ and toggle it to Off. This keeps ‘Set time automatically’ enabled for clock sync but stops Windows from applying the DST hour shift. You will need to manually change the time zone or clock twice yearly to match DST transitions.

Does Windows 11 automatically adjust for daylight saving time?

Yes, when ‘Set time automatically’ is enabled in Settings > Time & language > Date & time. Windows queries time.windows.com periodically, pulls your timezone’s DST rules from a local database updated via Windows Update, and changes the clock at 2:00 AM on transition days. Arizona and Hawaii timezones have DST disabled in the database. Manual override is available by toggling ‘Adjust for daylight saving time automatically’ to Off.

Photo by Tima Miroshnichenko on Pexels