Windows 11 Quick Settings Guide

How to Enable Compact Quick Settings View in
Windows 11

Make the Quick Settings flyout smaller and cleaner by enabling the simplified layout, reducing visible toggles, and fixing common problems when the compact panel does not appear.

โฑ 5โ€“8 min read ๐ŸชŸ Windows 11 ๐Ÿงฉ Group Policy + Registry ๐Ÿ”‘ Admin rights may be required

What Is Compact Quick Settings View in Windows 11?

Compact Quick Settings view, also known as the simplified Quick Settings layout, is a reduced version of the Windows 11 Quick Settings flyout. Instead of showing the full set of tiles, it limits the panel to only the essential controls such as Wi-Fi, Bluetooth, Accessibility, and VPN, while keeping the brightness slider, volume slider, and battery information available where supported.

This layout is useful when you want a cleaner taskbar flyout, fewer accidental clicks, or a more controlled interface on shared, kiosk-like, school, or work computers.

๐Ÿ“ถWi-Fi
๐Ÿ”ตBluetooth
โ™ฟAccessibility
๐Ÿ”VPN

Compact view reduces the number of visible Quick Settings buttons while keeping core system controls easy to reach.

โ„น๏ธ
Important Compact Quick Settings is not the same as File Explorer Compact View. File Explorer Compact View changes folder spacing. This guide is specifically about the Win + A Quick Settings panel in Windows 11.

Before You Enable Compact Quick Settings in Windows 11

Before changing system policies or Registry values, check these requirements:

To open Quick Settings at any time, press Windows + A or click the network, volume, or battery area on the right side of the taskbar.

Enable Compact Quick Settings View Using Group Policy

The Group Policy method is the cleanest option on Windows 11 Pro and higher editions. It enables the system policy named Simplify Quick Settings Layout.

  1. Press Windows + R, type gpedit.msc, and press Enter.
  2. In Local Group Policy Editor, go to:
Computer Configuration โ†’ Administrative Templates โ†’ Start Menu and Taskbar
  1. Find and double-click Simplify Quick Settings Layout.
  2. Select Enabled.
  3. Click Apply, then OK.
  4. Restart File Explorer or restart the computer.

After the restart, open Quick Settings with Windows + A. The flyout should now use the simplified compact layout.

โš ๏ธ
Note for Windows 11 Home Windows 11 Home usually does not include Local Group Policy Editor. Use the Registry method below instead.

Enable Compact Quick Settings View Using Registry Editor

The Registry method works when Group Policy Editor is unavailable. Be careful when editing the Registry: a wrong value in the wrong location may affect Windows behavior.

  1. Press Windows + R, type regedit, and press Enter.
  2. Confirm the User Account Control prompt.
  3. Go to this Registry path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer

If the Explorer key does not exist, create it:

  1. Right-click Windows, select New โ†’ Key, and name it Explorer.
  2. Select the Explorer key.
  3. Right-click the empty area on the right and choose New โ†’ DWORD (32-bit) Value.
  4. Name the value SimplifyQuickSettings.
  5. Double-click it and set Value data to 1.
  6. Click OK and restart Windows.
SimplifyQuickSettings = 1

Command-Line Registry Method

You can also enable the same setting from an elevated Command Prompt or Windows Terminal:

reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v SimplifyQuickSettings /t REG_DWORD /d 1 /f

Then restart File Explorer from Task Manager or restart the PC.

Make the Quick Settings Panel More Compact Without Policies

If you only want a cleaner Quick Settings panel and do not need the strict simplified layout, remove unnecessary buttons manually. This method does not require Registry changes.

  1. Press Windows + A to open Quick Settings.
  2. Click the Edit quick settings pencil icon.
  3. Click the Unpin icon on tiles you do not use.
  4. Drag the remaining buttons into a more convenient order.
  5. Click Done.

This method is reversible and safer for personal PCs. However, it does not lock the layout and it does not create the same restricted compact view as the policy-based method.

Method Best for Requires admin rights?
Group Policy Work PCs, school PCs, managed layouts Yes
Registry Editor Windows 11 Home or PCs without gpedit.msc Yes
Manual customization Personal PCs where you only want fewer tiles No

How to Disable Compact Quick Settings View

Disable It in Group Policy

  1. Open gpedit.msc.
  2. Go to Computer Configuration โ†’ Administrative Templates โ†’ Start Menu and Taskbar.
  3. Open Simplify Quick Settings Layout.
  4. Select Not Configured or Disabled.
  5. Restart File Explorer or reboot Windows.

Disable It in Registry Editor

Open Registry Editor and go to:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer

Delete the SimplifyQuickSettings value or set it to 0, then restart Windows.

Command-line option:

reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v SimplifyQuickSettings /f

Compact Quick Settings View Not Working: What to Check

Restart Windows Explorer

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Find Windows Explorer.
  3. Right-click it and select Restart.

Check the Registry Path Carefully

The value must be under HKEY_LOCAL_MACHINE, not HKEY_CURRENT_USER. Also make sure the DWORD name is exactly:

SimplifyQuickSettings

Make Sure Another Policy Is Not Overriding It

On company or school computers, an administrator may control the Quick Settings layout. In that case, local changes may be overwritten after sign-in, reboot, or policy refresh.

Update Windows 11

If the setting is missing or does not behave as expected, install the latest Windows 11 updates from Settings โ†’ Windows Update, then try again.

Reset Quick Settings Manually

If the panel looks broken, remove the policy or Registry value, reboot, and then customize the Quick Settings buttons again from the pencil icon.

FAQ: Compact Quick Settings in Windows 11

Can I enable compact Quick Settings from the Settings app?

No. Windows 11 does not provide a normal Settings app switch for the policy-based compact Quick Settings layout. Use Group Policy or Registry Editor.

Does compact Quick Settings remove Wi-Fi, Bluetooth, or volume controls?

No. The simplified layout is designed to keep core controls available. Depending on your device, you should still see key items such as Wi-Fi, Bluetooth, Accessibility, VPN, volume, brightness, and battery status.

Why did the edit pencil disappear from Quick Settings?

That is expected when the simplified Quick Settings policy is enabled. The layout is restricted, so Windows removes the normal edit option.

Is this the same as Compact View in File Explorer?

No. File Explorer Compact View changes spacing between files and folders. Compact Quick Settings changes the taskbar flyout opened with Windows + A.

Can I use this on Windows 10?

No. This guide is for the Windows 11 Quick Settings flyout. Windows 10 uses a different Action Center layout.

Conclusion: The Best Way to Enable Compact Quick Settings in Windows 11

The easiest way to enable the real compact Quick Settings view in Windows 11 is to turn on Simplify Quick Settings Layout in Group Policy. If you use Windows 11 Home, create the SimplifyQuickSettings DWORD value in the Registry instead.

For most personal computers, manually removing unused Quick Settings tiles may be enough. For controlled or minimal layouts, use Group Policy or the Registry method.