Google Chrome's native dark mode is a boon for late-night browsing, minimizing eye strain from bright screens. It's similar to incognito mode's dark theme, but if you prefer the classic light interface, disabling it is straightforward—though not always intuitive.

Chrome syncs its theme with your system's color scheme on Windows 10 and macOS Mojave, so toggling it often requires system-wide changes. That's inconvenient if you love dark mode elsewhere. As tech experts who've tested these methods extensively, we're sharing proven workarounds to disable Chrome's dark mode independently.
Windows 10's dark mode enhances apps like File Explorer and Mail. To keep those intact while forcing Chrome light, add a command-line flag to its desktop shortcut. First, close Chrome completely.
Note: No desktop shortcut? Open the Start menu, find Google Chrome, and drag it to your desktop.
Step 1: Right-click the Chrome shortcut and select Properties.

Step 2: In the Shortcut tab, append this to the Target field (with a space):
--disable-features=DarkMode

Important: Ensure one space between the existing path and the flag.
Click Apply, then OK. Relaunch Chrome—it'll now use the light theme. To re-enable dark mode, remove the flag.

Alternatively, switch Windows to Light app mode: Search "color settings" in Start, open it, and select Light. This affects all apps, so use the shortcut method for Chrome-only control.

Like Windows, macOS ties Chrome to system appearance. Use Terminal for a Chrome-specific fix—close Chrome first.
Step 1: Open Terminal (Spotlight search: Cmd + Space, type "Terminal").

Step 2: Paste and run:
defaults write com.google.Chrome NSRequiresAquaSystemAppearance -bool yes

Done—Chrome now launches in light mode.

To revert, run one of these:
defaults delete com.google.Chrome NSRequiresAquaSystemAppearance
Or
defaults write com.google.Chrome NSRequiresAquaSystemAppearance -bool no
For system-wide light mode: Apple menu > System Preferences > General > Light.

System-integrated dark mode is excellent, but a built-in toggle would be ideal. Until Google adds one, these reliable workarounds have served thousands of users effectively.
Extra Tip: Chrome's native dark mode skips most web pages. For full-site dark themes, explore these extensions.