Knowledge Base
How to open the Windows Registry Editor in Windows
To open the Windows Registry Editor in Windows 11 or Windows 10, press Win+R, type regedit, hit Enter, then click Yes on the User Account Control prompt. That is the fastest method, but there are several others worth knowing, plus a few things to check before you change anything.

Key facts
- The Registry Editor executable is
regedit.exeand lives atC:\Windows\regedit.exeon every supported version of Windows. - Registry Editor is included in all editions of Windows 11 and Windows 10, including Home, Pro, Enterprise, and Education.
- Opening Registry Editor triggers a User Account Control prompt because it runs with administrator privileges by default.
- The Windows Registry is organised into five root keys: HKEY_CLASSES_ROOT, HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE, HKEY_USERS, and HKEY_CURRENT_CONFIG.
- On a managed device (Microsoft Intune, Group Policy, or a domain), Registry Editor can be blocked by policy. The error reads “Registry editing has been disabled by your administrator.”
What is the fastest way to open Registry Editor?
The Run dialog is the fastest way to open Registry Editor on any version of Windows. Press Win+R together to open the Run box, type regedit, and press Enter. Click Yes on the UAC prompt. Three keystrokes and a click, and you are in.
If you want Registry Editor to launch with full administrator privileges (useful when you need to write to keys under HKEY_LOCAL_MACHINE or take ownership of a key), press Ctrl+Shift+Enter instead of Enter after typing regedit. It is a small habit that saves a second restart when you discover you need elevation later.
How do I open Registry Editor from the Start menu?
Registry Editor appears in the Windows Start menu under its display name. Press the Windows key, type regedit or Registry Editor, then press Enter or click the result. Approve the UAC prompt to launch.
If you want to skip UAC for the duration of the session (you cannot skip it entirely, but you can launch elevated up front), right-click the Registry Editor result and choose Run as administrator. This is the same as the Ctrl+Shift+Enter trick on the Run dialog. On Windows 11, the Start menu shows a small “Run as administrator” option in the right-hand pane of the search result.
Can I open regedit from Command Prompt or PowerShell?
Yes. Both Command Prompt and PowerShell will launch Registry Editor if you type regedit and press Enter. The shell does not need to be elevated for regedit to open, but if you start it from an elevated shell, regedit inherits those privileges and bypasses the UAC prompt.
This matters if you are running a script that prepares the system before opening regedit (for example, mounting a hive or stopping a service), because you can chain the commands together in one Windows Terminal session. You can also pass arguments to regedit directly. regedit /e backup.reg "HKEY_CURRENT_USER\Software" exports a key to a .reg file without opening the GUI, which is handy for backup-and-edit workflows.
What if Registry Editor is blocked or disabled?
If Windows tells you “Registry editing has been disabled by your administrator,” a Group Policy or registry value is restricting access. On a corporate or managed device, this is intentional, and you should ask your IT team or MSP to unblock it rather than working around it.
On an unmanaged device where the block is unexpected (often a leftover from a previous infection or a tweaking script), the policy lives at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System under the value DisableRegistryTools. You will need to remove or zero that value using a command-line tool like reg.exe, because regedit itself is the thing being blocked. From an elevated Command Prompt: reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableRegistryTools /f and a reboot will usually clear it.
If the block came from Group Policy on a domain or Intune-managed device, this command-line trick will not stick. The setting will reapply at the next policy refresh, and that is the correct behaviour. Get the policy changed at the source.
Should you back up the registry before making changes?
Yes. Export the specific key you are about to change before you touch it. In Registry Editor, right-click the key in the left pane, choose Export, and save the .reg file somewhere you will remember. If the change breaks something, double-clicking the .reg file restores the key to the exported state.
A full registry backup is overkill for almost any single change and slow to restore from. A targeted export of the parent key you are editing is the right balance. We also recommend creating a System Restore point before larger changes (Settings > System > About > System protection > Create), particularly if you are following a vendor’s KB article that involves multiple keys.
One thing we see often when helping Sydney SMEs: someone follows an instruction from a forum, edits three keys, breaks Outlook or printing, and then cannot remember which keys they touched. Export before each change. The thirty seconds it costs is the cheapest insurance available.
When should you use Group Policy or Intune instead?
Group Policy and Microsoft Intune are the right tools whenever a registry change needs to apply to more than one device or roll back cleanly. Both deploy the same settings the registry holds, but with audit trails, scope controls, and a single source of truth.
Editing the registry directly on a managed device is almost always a mistake, even when it works. The next time Group Policy refreshes (typically every 90 minutes plus a random offset, per Microsoft’s documentation), your manual change gets overwritten by whatever the policy says, and nobody knows why the setting keeps reverting. For 4iT clients on Intune-managed fleets, we deploy registry-style settings via Configuration Profiles and Administrative Templates rather than touching regedit on individual machines. It is slower the first time, and much faster every time after that.
Frequently asked questions
Does Registry Editor work the same way in Windows 11 and Windows 10?
Yes. The interface, the executable path, and the keyboard shortcuts are identical between Windows 11 and Windows 10. The address bar at the top of the Registry Editor window has been there since Windows 10 version 1703 (Creators Update, 2017), and Windows 11 inherited it unchanged. Anything written for Windows 10 regedit still applies on Windows 11.
Why does Windows ask for admin permission when I open regedit?
Registry Editor requests administrator privileges because editing the registry can change how Windows itself behaves. The User Account Control prompt is Windows confirming that a human, not a script or installer, asked for elevated access. If you are signed in as a standard user, you will be asked for an administrator’s password instead of just clicking Yes.
How do I export a registry key before editing it?
In Registry Editor, right-click the key in the left pane and choose Export. Pick a location and file name, and Windows saves the key and everything beneath it as a .reg file. To restore it, double-click the saved .reg file and confirm the import prompt, or use reg import filename.reg from an elevated Command Prompt.
Can registry changes break Windows?
Yes, registry changes can break Windows, sometimes to the point where it will not boot. The most common ways this happens are deleting or renaming a key that another component depends on, putting an invalid value type into a key the OS reads at startup, or following a “tweak” from an untrusted source that modifies driver or service entries. Always export the key first, change one thing at a time, and reboot to confirm the change before doing more.
What is the difference between regedit and reg.exe?
Regedit is the graphical Registry Editor with the familiar tree-pane interface. Reg.exe is the command-line version, designed for scripting and batch operations. They read and write the same registry, but reg.exe is what you reach for when you want to add a value across 50 machines via a script, or query a key from a remote computer. Both ship with Windows.
If you found this article because something on a work laptop is misbehaving and the support person on the phone asked you to open regedit, that is fine. If you are about to follow a forum post that involves a dozen keys, slow down and back up first. And if your business runs a Sydney SME fleet where staff keep needing registry changes to fix things, that is usually a sign the underlying setup wants tightening up. We help with both, happy to take a look.
About the author
Brett Muscio is the Director of 4iT Support Pty Ltd, a managed services provider based in Castle Hill, NSW. He works with SME clients across Sydney, Melbourne, and Brisbane on Microsoft 365, Windows endpoint management, Intune and Group Policy, cybersecurity, and IT advisory, with on-site support across the Sydney metro area and remote delivery nationally. Connect on LinkedIn.



