How to Turn On or Off Adjust for Daylight Saving Time Automatically in Windows 11
Adjust for Daylight Saving Time automatically in Windows 11 keeps your PC clock accurate when time shifts forward or back. Daylight Saving Time is the twice-yearly practice of moving clocks by one hour to make the most of evening daylight during warmer months.
About 70 percent of countries worldwide skip this time change, so Windows 11 lets you turn the automatic update on or off depending on your local rules. You control this setting through the Date & Time menu in your main system settings.
Go to Settings , then Time & language, and finally Date & time. Toggle “Adjust for daylight saving time automatically” on or off. This setting allows Windows 11 to manage clock changes for DST.
Why Change This Setting?
Operating systems default to automatic updates, but regional exceptions or personal preference might require manual control.
How to Turn On or Off Daylight Saving Time Adjustment
Option 1Using Settings
The Settings app offers the fastest way to manage seasonal clock changes. Press Win+I on your keyboard to open Settings .
- Press Win+I on your keyboard to open Settings.
- Click Time & language on the left side.
- Click Date & time on the right side.
- Find the switch called Adjust for daylight saving time automatically.
- Turn it On to have Windows change the clock automatically, or Off to stop it.
- Tip: If Set time zone automatically is turned on, this option might be greyed out. You can turn off automatic time zone before changing DST settings.


Option 2Using Control Panel
- Open the Control Panel . You can search for it in the Start menu .
- Make sure the view is set to Icons (not categories), then click on Date and Time.
- Click the Change time zone… button.
- Check or uncheck the box for Automatically adjust clock for Daylight Saving Time depending on your preference.
- Click OK to save your changes.
- Close Control Panel when done.


Legacy tools like the Control Panel provide a secondary route for managing this preference. Open the Start menu , search for Control Panel, and open it.
Option 3Using Registry Editor (Advanced)
Power users who prefer deep system tweaks can modify the Windows registry directly. This method provides total control over the operating system configuration. Follow these specific steps to edit the registry and turn the DST adjustment on or off.
To Turn On DST Adjustment (default setting):
reg add "HKLMSYSTEMCurrentControlSetControlTimeZoneInformation" /v ActiveTimeBias /t REG_DWORD /d 300 /f
reg add "HKLMSYSTEMCurrentControlSetControlTimeZoneInformation" /v Bias /t REG_DWORD /d 360 /f
reg add "HKLMSYSTEMCurrentControlSetControlTimeZoneInformation" /v DaylightBias /t REG_DWORD /d 4294967236 /f
reg add "HKLMSYSTEMCurrentControlSetControlTimeZoneInformation" /v DaylightStart /t REG_BINARY /d 00000300020002000000000000000000 /f
reg add "HKLMSYSTEMCurrentControlSetControlTimeZoneInformation" /v DynamicDaylightTimeDisabled /t REG_DWORD /d 0 /f
reg add "HKLMSYSTEMCurrentControlSetControlTimeZoneInformation" /v StandardStart /t REG_BINARY /d 00000b00010002000000000000000000 /f
To Turn Off DST Adjustment:
reg add "HKLMSYSTEMCurrentControlSetControlTimeZoneInformation" /v ActiveTimeBias /t REG_DWORD /d 360 /f
reg add "HKLMSYSTEMCurrentControlSetControlTimeZoneInformation" /v Bias /t REG_DWORD /d 360 /f
reg add "HKLMSYSTEMCurrentControlSetControlTimeZoneInformation" /v DaylightBias /t REG_DWORD /d 0 /f
reg add "HKLMSYSTEMCurrentControlSetControlTimeZoneInformation" /v DaylightStart /t REG_BINARY /d 00000000000000000000000000000000 /f
reg add "HKLMSYSTEMCurrentControlSetControlTimeZoneInformation" /v DynamicDaylightTimeDisabled /t REG_DWORD /d 1 /f
reg add "HKLMSYSTEMCurrentControlSetControlTimeZoneInformation" /v StandardStart /t REG_BINARY /d 00000000000000000000000000000000 /f
Summary
- Windows 11 usually adjusts clocks for DST automatically by default.
- You can turn this on or off using either Settings, Control Panel, or Registry Editor (for advanced users).
- Administrator rights are needed to change these settings.
- Make sure your time zone is set correctly for DST to work properly.
Windows 11 usually adjusts your clock for daylight saving time automatically. Users can toggle this feature using the Settings app, Control Panel, or Registry Editor depending on technical preference. Verify that the correct time zone is selected for automated schedule adjustments to function correctly.
Helpful Links:
Learn more about Daylight Saving Time (Wikipedia)
Microsoft’s Daylight Saving Time Help & Support
Why is my Windows Clock not adjusting to Daylight Savings Time?
Check to make sure that the time zone is correct and automatic updating for daylight savings time is checked. If everything is correct, but the time is not, then you will have to change the time at the Control panel. Close the Date & time window.
How do I turn off daylight savings on Windows?
To turn off the automatic adjustment for daylight saving time in Windows 11, go to Settings. Navigate to Time & language, then Date & time, and find the specific toggle for daylight saving time adjustments.
Was this guide helpful?
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.
No comments yet — be the first to share your thoughts!