How to Enable Hidden Education Themes in Windows 11
Hidden education themes in Windows 11 are special visual packages built into school-issued PCs that feature exclusive wallpapers and color schemes. You can unlock these built-in customization sets, including the popular Earth theme with its planetary imagery, by making a quick change to the Registry Editor (a tool for changing low-level system settings).
Turning on these extra desktop designs gives your PC a fresh look using official Microsoft art assets that do not normally appear in the standard Settings app .
Enable hidden education themes by editing the registry. Open regedit, navigate to 🗝️HKEY_LOCAL_MACHINE\
Why use these themes?
Education themes give your desktop a professional look. These options differ from standard Windows choices, providing a fun way to customize your computer and experience the interface used in classrooms.
What happens when you are done?
Once you finish these steps and restart your PC, new theme options appear in your personalization settings. Select them like any other theme to apply the education-specific wallpaper and color accents.
Method 1Using the Registry Editor (Most Common)
This method uses the Registry Editor (a database that stores low-level settings for the operating system) to unlock these special themes. Follow these steps to get started.
- Press Win+R, type
regedit, and hit Enter. - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Education - If the Education folder is missing, right-click device, select New Key, and name it
Education. - Right-click in the right pane, select New DWORD (32-bit) Value.
- Name it
EnableEduThemes. - Double-click
EnableEduThemesand set the Value data to1.


Method 2Using PowerShell for IT Admins
IT administrators can enable these themes using PowerShell (a command-line shell for running system commands). This process requires administrator privileges to make system-level changes.
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.

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 run.
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 tell Windows to treat your device as if it belongs to 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 revert this change. Return to the registry path and change the EnableEduThemes value back to 0 or delete the key entirely. After a quick restart, your system returns to its original state, and you can select any standard Windows theme.
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!