Skip to content
Follow
Windows

How to Enable Hidden Education Themes in Windows 11

Richard
Written by
Richard
Dec 12, 2022 Updated Jul 14, 2026 3 min read
How to Send and Receive Text Messages on Windows 11
How to Send and Receive Text Messages on Windows 11

Hidden education themes in Windows 11 add unique backgrounds and color schemes not usually found on regular versions.

These special themes are customization sets, originally made for Windows 11 SE or schools, and they are tucked away inside your system files.

Finding and turning on these hidden themes lets you give your Windows 11 desktop a fresh, distinct look. For instance, the “Earth” theme offers stunning planetary imagery.

⚡ Quick Answer

Enable hidden education themes by editing the registry. Open regedit, navigate to 🗝️HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Education, create a new DWORD value named EnableEduThemes, and set its data to 1. Restart your PC to see the new themes.

Why use these themes?

Education themes give your desktop a fresh, professional look. These themes offer a minimalist style that differs from standard Windows options, providing a fun way to customize your computer and experience the interface used in classrooms.

What happens when you are done?

Once you’ve finished these steps and restarted your PC, new theme options will pop up in your personalization settings. You can then select them like any other theme. Your computer will apply the education-specific wallpaper and color accents.

Method 1Using the Registry Editor (Most Common)

This method uses the Registry Editor, a tool that allows you to change system settings to unlock these special themes. Follow these steps to get started with the Registry Editor.

  1. Press ⊞ Win+R, type regedit, and hit Enter.
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Education
  3. If the Education folder is missing, right-click device, select New > Key, and name it Education.
  4. Right-click in the right pane, select New > DWORD (32-bit) Value.
  5. Name it EnableEduThemes.
  6. Double-click EnableEduThemes and set the Value data to 1.
windows enable education themes
windows enable education themes
windows enable education themes value data
windows enable education themes value data

Method 2Using PowerShell for IT Admins

For IT administrators, hidden education themes can also be enabled using PowerShell, a command-line interface (CLI) for executing commands. This process requires administrator privileges to make system-level changes.

PowerShell
New-Item -Path "HKLM:\\SOFTWARE\\Microsoft\\PolicyManager\\current\\device\\Education" -Force
Set-ItemProperty -Path "HKLM:\\SOFTWARE\\Microsoft\\PolicyManager\\current\\device\\Education" -Name "EnableEduThemes" -Value 1

Method 3OMA-URI for Enterprise Deployment

IT administrators managing multiple machines can deploy these settings through Microsoft Intune using OMA-URI. Use the following configuration:

  • Name: Enable Education Themes
  • OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Education/EnableEduThemes
  • Data Type: Integer
  • Value: 1

Summary

Several methods exist to enable hidden education themes on your Windows 11 computer, including the Registry Editor or PowerShell.

windows enable education themes change
windows enable education themes change

Are education themes available on 🪟 Windows 11 Home edition?

Yes, the registry method works on Windows 11 Home, Pro, and Enterprise editions. While these themes are built into Windows 11 SE, the settings that control them are available in all versions of Windows 11. This means you can enable them manually, no matter which edition you’re running.

Do I need an active school account to use these themes?

No, you do not need a school or work account. By manually modifying the registry, you are telling Windows to treat your device as if it were part of an education environment. This bypasses the need for official school account credentials to access the hidden theme files.

Can I revert to standard themes after enabling education themes?

Yes, you can easily revert. Return to the registry path and change the EnableEduThemes value back to 0 or delete the key entirely. After a quick restart, your system will return to its original state, and you can select any standard Windows theme.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Open and Edit Windows 11 Registry
Windows How to Open and Edit Windows 11 Registry
How to Restrict Desktop Themes in Windows 11
Windows How to Restrict Desktop Themes in Windows 11
How to Open PowerShell in Windows 11
Windows How to Open PowerShell in Windows 11
How to Reset Microsoft Store App in Windows 11
Windows How to Reset Microsoft Store App in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *