Share via

How do I stop windows 11 from going to dark mode automatically NOT FROM POWER TOOLS

Cassidy Smith 40 Reputation points
2026-01-06T17:45:45.1233333+00:00

To start off - I do NOT believe this is a Power Toys issue. I say that because I was having this issue before Power Toys was even on the laptop. After seeing countless posts about the issue being caused by the new app and being able to disable it within Power Toys, and countless days of being able to remedy this as is, I downloaded Power Toys specifically to turn the Light Switch feature off, which still did not fix the issue. I tried setting the light switch to be on from 12:00AM to 12:00AM (showing no active time) and set it to not affect apps or the taskbar, and that didn't work either. There are two laptops that I'm signed into, both which I set to light more (to try to see if the settings on one laptop was overriding the settings on the other) but still no luck. Both of them reverted back to dark mode.Having the laptop in dark mode is causing extreme strain on my eyes to the point that I'm getting headaches. Every time I change my settings to light mode, it lasts (if I'm lucky) for maybe an hour, but it always reverts back to dark mode. My workload is heavy enough that I am so caught up with work that I don't immediately notice it's reverted back to dark mode until my eyes start feeling the strain.

Is there any way to permanently disable dark mode on my laptop? I tried searching if I could change it in the BIOS but the results said it's not possible. Everything I find online about "disabling dark mode" just shows me how to change from dark to light mode (personalization settings) but it's nothing conclusive to help me with this issue.

Please tell me there is a solution to this!!

Windows for business | Windows Server | Performance | Windows desktop and shell experience
0 comments No comments

Answer accepted by question author

VPHAN 32,790 Reputation points Independent Advisor
2026-01-11T05:29:12.9233333+00:00

Hello again Cassidy Smith,

Following up on the theme reversion issue. Given this is a managed work device, the periodic switch back to "Dark Mode" is almost certainly caused by Group Policy forcing a compliance update in the background. The most effective local workaround remains the Registry Permission Lock method previously outlined: navigating to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize, accessing Permissions, and setting a Deny rule for the SYSTEM account specifically for "Set Value." This acts as a shield, preventing the corporate server from overwriting your Light Mode preference during its refresh cycle.

If the issue has been successfully resolved, please consider accepting the answer as it helps other people sharing the same question benefit too. Thank you!

VP

Was this answer helpful?

2 people found this answer helpful.

Answer accepted by question author

AI answer

2026-01-06T17:45:59.6866667+00:00

To stop Windows 11 from automatically switching to dark mode, you can try the following steps:

  1. Check Personalization Settings: Go to Settings > Personalization > Colors. Ensure that the default app mode is set to Light. This is the primary method to set your Windows theme.
  2. Disable Automatic Theme Switching: If you have any third-party applications that might be controlling the theme, ensure they are disabled or uninstalled. This includes any utilities that might be managing themes or colors.
  3. Registry Editor: If the above methods do not work, you can try modifying the Windows Registry. Open the Registry Editor by typing regedit in the Start menu. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes and check for any values that might be forcing dark mode. Be cautious when editing the registry, as incorrect changes can affect system stability.
  4. Update Windows: Ensure that your Windows installation is up to date. Sometimes, bugs related to theme settings can be resolved in updates.
  5. Check for Conflicting Software: Sometimes, software like graphics drivers or display management tools can interfere with theme settings. Check if there are any updates for your graphics drivers or consider uninstalling any display management software to see if it resolves the issue.

If none of these steps work, you may want to consider reaching out to Microsoft support for further assistance, as there may be a deeper issue affecting your system's theme settings.


References:

AI-generated content may be incorrect. Read our transparency notes for more information.

Was this answer helpful?

1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. VPHAN 32,790 Reputation points Independent Advisor
    2026-01-07T15:26:18.36+00:00

    Hi, the detail about this being a "work-issued laptop" with "greyed out" sync settings is really important here. This confirms that your machine is enrolled in a Mobile Device Management (MDM) system (like Microsoft Intune) or is controlled by Group Policy Objects (GPO).

    The behavior you are seeing, where the setting sticks for about an hour and then reverts, aligns almost perfectly with the standard Group Policy background refresh interval (typically 90 minutes with a random offset). Essentially, your IT department likely has a policy forcing a specific theme (or a default Windows template), and every time your computer "checks in" with the server, it overwrites your manual changes.

    Since the standard registry values (SystemUsesLightTheme = 1) are correct when you look at them but the UI is dark, the display driver or DWM (Desktop Window Manager) might be receiving a conflicting "High Contrast" or "Brand" policy command that overrides the standard shell theme.

    Here is the strategy to bypass this forced refresh by "locking" the registry key so the system cannot overwrite your preference:

    1. First, check if there is an explicit policy key visible. Open regedit and navigate to:

    HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Personalization

    (Note the Policies folder in the path).

    If you see a Personalization folder here with keys like AppsUseLightTheme set to 0, this is the IT policy enforcing Dark Mode. You can try deleting this key, but the server will likely put it back in an hour.

    1. The Registry "Lock" Method (Permissions Override): This method forces the standard Personalization key to become "Read Only" for the system, preventing the Group Policy update from reverting it to Dark Mode.

    Open regedit and go back to the standard key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize.

    Ensure SystemUsesLightTheme and AppsUseLightTheme are both set to 1 (Light Mode).

    Right-click on the Personalize folder (on the left sidebar) and select Permissions.

    Click the Advanced button.

    Click Disable inheritance and select Convert inherited permissions into explicit permissions on this object.

    Look for the entry named SYSTEM (this is usually the account the Group Policy agent uses to apply changes). Select it and click Edit.

    Change the Type to Deny.

    Click Show advanced permissions and check Set Value. (Ensure "Read" permissions are still allowed, or the system might crash the UI).

    Click OK, then Apply. Windows will warn you about Deny entries; confirm it.

    1. Finally, verify that you aren't seeing an "Inverted" color filter which mimics Dark Mode but isn't technically a theme. Press Windows Key + Ctrl + C to toggle color filters on/off. If the screen flashes or changes, go to Settings > Accessibility > Color filters and turn this feature off entirely.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    VP

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments

  2. VPHAN 32,790 Reputation points Independent Advisor
    2026-01-06T18:31:52.48+00:00

    Hi Cassidy Smith,

    Your Microsoft Account is storing a "Dark Mode" preference in the cloud and periodically pushing that state down to your local machines, overwriting your manual changes. To stop this, you must disable the synchronization of personalization settings on both laptops. Navigate to Settings > Accounts > Windows Backup and toggle Remember my preferences to Off. If you wish to keep other settings synced, you can expand the menu and specifically uncheck Personalization, but completely disabling the feature temporarily is the most reliable way to stop the interference. Once this is disabled on all devices, restart them and set your preference to Light Mode in Settings > Personalization > Colors.

    If the settings continue to revert after breaking the sync, you can enforce the configuration via the Windows Registry. Open regedit.exe and navigate to the path HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize. You need to verify two DWORD (32-bit) values here: SystemUsesLightTheme and AppsUseLightTheme. Set the Value data for both of these to 1. If they do not exist, right-click the empty space, select New > DWORD (32-bit) Value, name them exactly as written above, and set the value to 1. This hardcodes the instruction for the system shell and applications to use the Light theme. You should also check HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes to ensure the CurrentTheme string value points to a standard light theme path (e.g., C:\Windows\Resources\Themes\aero.theme) rather than a custom or cached dark theme file.

    Additionally, verify that no Accessibility settings are overriding your theme. Go to Settings > Accessibility > Contrast themes and ensure this is set to None. Sometimes High Contrast modes can be toggled inadvertently via the Left Alt + Left Shift + Print Screen shortcut and can be mistaken for Dark Mode. Ensuring the Contrast themes are disabled and the Cloud Sync is severed should permanently resolve the reversion issue.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    VP

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.