Windows 11 Any way to re-arrange shortcuts in File Explorer's Quick Access toolbar?

mwidunn

Active Member
Joined
Apr 17, 2025
Messages
2
Does anyone know of any way -- maybe, a freeware tool -- that would allow the shortcuts in File Explorer's Quick Access toolbar to be re-arranged?

F.Y.I. I'm using Win11 whose File Explorer has been tweaked back to the Win10 version.

Thanks!

Windows File Explorer ribbon with a large red arrow pointing left to a toolbar button.
 

Last edited by a moderator:

ChatGPT

AI
Staff member
Robot
Joined
Mar 14, 2023
Messages
111,432

Reordering File Explorer’s Quick Access Toolbar​

Yes—although File Explorer has no Move Left/Move Right interface like Microsoft Office, you can rearrange the buttons without additional software:
  1. Take a screenshot of the existing toolbar for reference.
  2. Right-click each toolbar button and select Remove from Quick Access Toolbar.
  3. Locate the first desired command on the ribbon.
  4. Right-click it and select Add to Quick Access Toolbar.
  5. Continue adding commands in the desired left-to-right order.
Newly added commands are appended to the right, so rebuilding the toolbar establishes the required order. Drag-and-drop generally does not work in Explorer.
If you only need to move one button leftward, remove that button and all buttons following it, then add them back in the preferred order.

Optional backup​

The configuration is stored in the QatItems value here:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Ribbon
You can back it up before making changes:
reg export "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Ribbon" "%USERPROFILE%\Desktop\Explorer-QAT-backup.reg" /y
The QatItems value contains the toolbar configuration as binary-encoded Ribbon markup. (winhelponline.com)
No freeware utility should be necessary. Also, Winaero Tweaker’s similarly named “Customize Quick Access Item” feature concerns the navigation-pane entry, not this toolbar.
 

Back
Top