Advertisement

How to Change the Theme in Windows 11

There are several ways to change the theme in Windows 11, including the ability to apply the theme from the command prompt. In addition to the classic Personalization option in the Settings app, you can use File Explorer, Command Prompt and PowerShell, the legacy Control Panel, and a few more methods.

Advertisеment

A theme in Windows 11 may include one or several desktop backgrounds, a set of sounds, mouse cursors, desktop icons. The theme also specifies the accent color for apps and window frames.

The user can install new themes from the Microsoft Store or from a locally downloaded file. Such files may have the *.theme, *.themepack, and *.deskthemepack extensions.

A theme file is the classic text file with sections of parameters and their values. All its resources such as wallpapers are usually located in a subdirectory.  Themepack and Deskthemepack files are archives (ZIP or CAB) that contain all the theme resources. Microsoft uses these packages since Windows 7 to simplify theme sharing and for their redistribution via the Store.

Windows 11 has themes of the following three types.

  • "My themes" - these are themes you have created ("saved") manually, or installed from a *.themepack file or Microsoft Store. Windows saves them in the %localappdata%\Microsoft\Windows\Themes folder.
  • Windows default themes - these are pre-installed themes. You will find them in the C:\Windows\Resources\Themes folder.
  • High Contrast Themes - these themes are part of the Ease of Access feature. They are made specially for people with vision problems. Check out the contents of the C:\Windows\Resources\Ease of Access Themes folder.

Change Theme in Windows 11

The easiest method to change the theme in Windows 11 is to right-click the Desktop, and select Personalization from the context menu.

Personalization Menu

In the next window, simply click the theme you like, and you are done.

Change Theme In Windows 11

Alternatively, you can use the Settings app, File Explorer, Command Prompt, and even the legacy Control Panel option for the same. Let's review these methods in detail.

Change the Windows 11 theme in Settings

  1. Open the Settings app by pressing Win + I or using the Start menu shortcut.
  2. Click Personalization on the left.
  3. On the right, click on a theme thumbnail preview to directly apply it.
  4. If you don't see the theme you need, then click on the Themes button below.Click On The Themes Button
  5. On the next page, click the theme you like. Windows 11 will change the current one to the selected entry.Select A Theme To Apply
  6. Finally, you can add more themes from the Store by clicking the Browse themes button.

Done.

On the same page, you can customize the current theme by changing its individual options like background image, cursors, and colors using the buttons below the theme preview box.

Alternatively, you can use the classic "Personalization" dialog. It is still available in Windows 11, but is hidden from the user. You need to use a special command to open it.

Using the legacy Control Panel

  1. Press Win + R to open the Run box.
  2. Copy and paste the following command, and hit Enter: shell:::{ED834ED6-4B5A-4bfe-8F11-A626DCB6A921}.Open Legacy Personalization
  3. Click the desired theme under the My Themes, Windows Default Themes, or High Contrast Themes sections.Change Windows 11 Theme In Control Panel
  4. Once Windows 11 will change the theme, you can close the Control Panel window.

Change the theme from File Explorer

Since all the three theme directories are known, you can open them in File Explorer, and directly click on the *.theme file to apply it. Do the following.

  1. Open File Explorer by pressing Win + E or by clicking its shortcut in the taskbar or Start.
  2. Navigate to the folder containing the theme you want to apply, e.g. C:\Windows\Resources\Themes.
  3. Double-click the *.theme file for the theme you want.Change Theme From File Explorer
  4. Close the Settings app that automatically opens once you double-click the theme file.A Theme Applied From File Explorer

The only downside of this method is that you have to close Settings every time you click the theme file. It opens to the Personalization section.

Change Theme in Windows 11 from Command Prompt

  1. Open a new command prompt.
  2. Type start "" "<full path to the theme file>", and press Enter. For example, start "" "C:\Windows\Resources\Themes\aero.theme".Change Theme From Command Prompt
  3. Windows 11 will apply the theme, and will also open the Settings app.
  4. Close the Settings app.

If you find it annoying to close the Settings app after changing the theme from the command prompt, modify the command as follows.

start "" "C:\Windows\Resources\Themes\aero.theme" & timeout /t 3 & taskkill /im "systemsettings.exe" /f

Change Theme And Close Settings

It will subsequently apply the theme, wait for 3 seconds with the timeout command, and forcibly close the Settings app with the taskkill app. So the theme will be applied without you having to interact with extra windows. This can be useful for automation scenarios.

Similarly, you can apply a new theme from PowerShell.

Apply a theme from PowerShell

  1. Open a new PowerShell, e.g. by opening Windows Terminal.
  2. Type the following command: start-process -filepath "C:\Windows\Resources\Themes\aero.theme".
  3. Substitute the path to the *.theme file with the actual path for your theme.Change Theme From Powershell
  4. Windows 11 will change the theme and open the Settings app to the Personalization page.
  5. To change the theme and automatically close Settings, use the following command start-process -filepath "C:\Windows\Resources\Themes\aero.theme"; timeout /t 3; taskkill /im "systemsettings.exe" /f.Change Theme From Powershell And Close Settings

You are done. The last command calls the tools we have already reviewed in the previous chapter. So only syntax has changed to match PowerShell.

Using Theme Switcher

You can also use the "Theme Switcher" freeware tool that allows applying themes without opening Settings/Personalization. It supports all Windows versions starting with Windows 7.

Download Theme Switcher using this link, and extract the app to any folder. It is a portable tool and doesn't require you to install it.

Run the ThemeSwitcher.exe file. It will show the following dialog.

Winaero Themeswitcher

There, you will see what theme is currently in use and what is the msstyles file it uses.

Click the "Apply a theme" button to browse for a theme file and quickly set it as your current theme.

Command line arguments for Theme Switcher

Theme Switcher works best when you specify the theme file as its command line argument. You can run it as follows

Path\to\ThemeSwitcher.exe Path\to\your.theme

Or even as Path\to\ThemeSwitcher.exe your.theme.

In the last example, the app will automatically look for the matching theme file in the known directories mentioned in the previous chapters.

For example, on Windows 11, you can quickly switch between the dark and light themes by using the following commands, respectively:

ThemeSwitcher.exe dark.theme

ThemeSwitcher.exe aero.theme

Using Winaero Themeswitcher

Finally, you can create a desktop shortcut to themeswitcher.exe and specify the desired theme as its command line argument. Then you will be able to apply it with one click, without opening the Settings app.

Themeswitcher Shortcut Example

Also, by creating a couple of such shortcuts, you can quickly switch between dark and light themes.

Themeswitcher Shortcuts For Themes

The main idea behind the Theme Switcher app is to be a convenient tool for switching between themes with minimal user interaction. It is a good replacement for two console methods reviewed above, as it doesn't require running extra commands to close Settings.

That's it.

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!

Advertisеment

Author: Sergey Tkachenko

Sergey Tkachenko is a software developer who started Winaero back in 2011. On this blog, Sergey is writing about everything connected to Microsoft, Windows and popular software. Follow him on Telegram, Twitter, and YouTube.

Leave a Reply

Your email address will not be published.

css.php
Using Telegram? Subscribe to the blog channel!
Hello. Add your message here.