How to Add or Remove Compatibility tab in App Properties in Windows 11
The Compatibility tab in Windows 11 app properties helps you run older programs that might not work well with newer versions of Windows.
Most everyday users don’t need this tab because they usually use modern apps. If you’re not trying to get old games or software working, the Compatibility tab just adds clutter to the Properties window.
Removing the Compatibility tab from App Properties cleans up the App Properties window, making it easier to find the basic information and security settings you actually use. This simple tweak makes your computer feel tidier and quicker to navigate.
To remove the Compatibility tab from app properties, open the Local Group Policy Editor by typing gpedit.msc in the Run box. Navigate to Administrative Templates > Windows Components > Application Compatibility and enable the “Remove Program Compatibility Property Page” setting.
How to Remove the Compatibility Tab Using Group Policy Editor (for Pro, Enterprise, and Education Editions)
If you have Windows 11 Pro, Enterprise, or Education, you can use a tool called the Local Group Policy Editor. This tool lets you change how Windows works. We can use it to hide the Compatibility tab for all apps.
Step 1Open the Local Group Policy Editor
First, let’s open this tool. Opening this tool involves typing a command.
- Press the Windows key + R on your keyboard. This opens the Run box.
- In the box, type
gpedit.mscand press Enter or click OK. - If a User Account Control (UAC) window asks for permission, click Yes.
Step 2Find the Right Setting
To hide the Compatibility tab in app properties using the Local Group Policy Editor, you need to find the specific setting that controls it. Navigate through Computer Configuration, then Administrative Templates, followed by Windows Components, and finally Application Compatibility.
- In the left side of the Local Group Policy Editor, click on Computer Configuration.
- Under that, click on Administrative Templates.
- Next, click on Windows Components.
- Scroll down and click on Application Compatibility.
- On the right side, look for a setting called “Remove Program Compatibility Property Page”.

Step 3Set the Policy to Remove the Tab
To remove the Compatibility tab, you need to set the correct policy within the Local Group Policy Editor. Double-click on the ‘Remove Program Compatibility Property Page’ setting and choose ‘Enabled’ to hide the tab, then click OK to save your change.
- Double-click on “Remove Program Compatibility Property Page”. A new window will open.
- You will see three choices: “Not Configured,” “Enabled,” and “Disabled.” To remove the Compatibility tab, select Enabled.
- Click OK at the bottom to save your change.

Step 4Close the Editor and Test
After making changes in the Local Group Policy Editor, close the window and restart your computer or sign out and back in to see the effect. This ensures Windows applies the new setting, and you can then test by checking the Properties of any app shortcut to confirm the Compatibility tab is gone.
- Close the Local Group Policy Editor.
- To see the change, you might need to restart your computer or sign out and sign back in. Sometimes Windows applies changes right away, but restarting makes sure.
- After restarting or signing back in, find any program or app shortcut. Right-click on it and choose Properties. The Compatibility tab should be gone!
How to Remove the Compatibility Tab Using the Registry Editor (for All Windows Editions)
If your Windows edition doesn’t include the Local Group Policy Editor, you can remove the Compatibility tab using the Windows Registry Editor. Be very careful when editing the Registry, as incorrect changes can cause serious problems with your Windows system.
Editing the Windows Registry incorrectly can cause serious issues with Windows, and you might need to reinstall Windows. Back up your Registry before you start. To back up your Registry, open the Registry Editor, go to File > Export, and save a copy of your Registry.
Step 1Open the Registry Editor
Let’s open the Registry Editor. It’s similar to opening the Group Policy Editor.
- Press the Windows key + R on your keyboard to open the Run box.
- Type
regeditand press Enter or click OK. - If a User Account Control (UAC) window asks for permission, click Yes.
Step 2Go to the Correct Registry Location
To hide the Compatibility tab using the Registry Editor, you must navigate to the correct location. Open the Registry Editor and go to the specific path: 🗝️HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppCompat.
In the Registry Editor, go to this path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppCompat
Here’s how to find it:
- Click on 🗝️HKEY_LOCAL_MACHINE to open it.
- Then click on SOFTWARE to open it.
- Keep opening Microsoft, then Windows.
- Finally, click on AppCompat.
Tip: If you don’t see an “AppCompat” folder under “Windows,” you may need to create it. Right-click on the “Windows” folder, select New > Key, and name it AppCompat.
Step 3Create or Change the Value to Remove the Tab
Within the ‘AppCompat’ folder in the Registry Editor, you need to create a new value to remove the Compatibility tab. Right-click in the right pane, select ‘New’, then ‘DWORD (32-bit) Value’, and name it exactly DisableUAC.
- With the AppCompat folder selected on the left, look at the right side.
- Right-click on an empty space on the right side.
- In the menu that appears, select New, then click on DWORD (32-bit) Value.
- Name this new value exactly
DisableUAC. - Now, double-click on the new
DisableUACvalue you just created. - In the “Value data” box, type
1. - Make sure “Base” is set to Hexadecimal.
- Click OK.
Explanation: Setting the DisableUAC value to 1 tells Windows to hide the program compatibility property page (the tab). If you want the tab to show again, change this value to 0 or delete the DisableUAC value.
Step 4Close the Registry Editor and Restart
After creating the DisableUAC value in the Registry Editor, close the editor and restart your computer for the changes to take effect. Once restarted, test by right-clicking an application and checking its Properties to confirm the Compatibility tab is no longer visible.
- Close the Registry Editor window.
- You must restart your computer for this change to take effect.
- After your computer restarts, test it. Right-click on any application and select “Properties.” The Compatibility tab should be gone.
Tip: If you ever want the Compatibility tab back, go back to the same Registry location (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppCompat). Right-click on DisableUAC, select Delete, and confirm. Then, restart your PC.

Summary
You can remove the Compatibility tab from app properties in Windows 11 to simplify the Properties window. Windows 11 Pro, Enterprise, and Education users can use the Local Group Policy Editor, while all Windows editions can use the Registry Editor with caution. Both methods require a computer restart to see the changes.
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!