Skip to content
Follow
Windows

How to Turn On or Off Screen Rotation Lock in Windows 11

Richard
Written by
Richard
Feb 21, 2026 Updated Sep 15, 2026 4 min read
How to Turn On or Off Screen Rotation Lock in Windows 11
How to Turn On or Off Screen Rotation Lock in Windows 11

Rotation lock in Windows 11 stops your display from flipping between portrait and landscape views whenever you move your device. Convertible laptops and Windows tablets rely on this built-in feature to keep the screen steady while you hold them at awkward angles.

Advertisement

You can turn rotation lock on or off in seconds using the Quick Settings menu in the taskbar or a dedicated keyboard shortcut. Locking your display keeps it fixed in place so you do not deal with sudden view shifts while reading in bed or watching videos.

⚡ Quick Answer

Turn rotation lock on or off using the Win+O keyboard shortcut. Alternatively, open Quick Settings with Win+A and click the Rotation lock button. You can also find the toggle in Settings under System Display

Advertisement

Option 1Use the Keyboard Shortcut

The keyboard shortcut is the quickest way to toggle rotation lock.

Press these keys on your keyboard together:

Win + O

What happens: Your rotation lock turns on or off instantly.

Option 2Use Quick Settings

You can turn on screen rotation lock windows 11 quickly using the built-in Quick Settings panel. This method lets you stop your display from flipping without digging through menus. Press Win+A on your keyboard to open the panel, then click the rotation lock button to freeze your screen in its current position.

Advertisement

Follow these steps:

  1. Press Win + A to open the Quick Settings panel. This is the same place where you toggle Wi-Fi and Bluetooth.
  2. Look for the Rotation lock button and click or tap it to turn it on or off.

What happens: Your rotation lock turns on or off right away.

📝NoteKeep in mind that Rotation Lock might be grayed out if your device is in laptop mode or if a keyboard is connected.

On some laptops that fold or have removable keyboards (like Microsoft Surface), this option may only work when in tablet mode.

Rotation lock button highlighted in Windows 11 Quick Settings panel
Rotation lock button highlighted in Windows 11 Quick Settings panel

Advertisement

Option 3Use the Settings App

The main Settings app gives you another reliable way to manage screen rotation lock windows 11. Open Settings by pressing Win + I, navigate to the system display options, and toggle the rotation switch. This built-in menu works well if the quick settings button is missing or grayed out on your device.

Follow these steps:

  1. Press Win + I to open Settings.
  2. Click on System on the left menu.
  3. Select Display on the right.
  4. Scroll down to the Scale & layout section.
  5. Find the Rotation lock switch and turn it on or off.

What happens: Your screen rotation setting changes immediately.

📝NoteIf the Rotation lock option is grayed out, your device might be in laptop mode or connected to a keyboard.

These things disable automatic rotation.

Advertisement

Click here to open Display settings directly

Windows Display Settings tile
Windows Display Settings tile

Rotation lock toggle switch in Windows 11 Display settings menu
Rotation lock toggle switch in Windows 11 Display settings menu

Option 4Change Rotation Lock Using Registry Editor (Advanced Users)

Advanced users can control screen rotation lock windows 11 by making changes in Registry Editor (the Windows database for core system settings). This method is useful if standard settings do not work or if you need to script the change across multiple computers. Be careful, as wrong registry entries can cause system problems.

Advertisement

Why use this? Registry changes let you control rotation lock at a deeper level.

To turn ON Rotation Lock, use this code:

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AutoRotation" /v Enable /t REG_DWORD /d 0 /f

To turn OFF Rotation Lock (the default), use this code:

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AutoRotation" /v Enable /t REG_DWORD /d 1 /f

What happens: Your rotation lock setting changes based on the value you enter.

Advertisement

Summary

  • Automatic Rotation: Tablets and 2-in-1 devices can flip the screen automatically as you turn them.
  • Rotation Lock: Lets you stop your screen from rotating if you want it to stay fixed.

Windows 11's screen rotation lock controls whether your display flips automatically when you move your tablet or 2-in-1 device. Turning this feature on keeps your screen fixed in one position so it does not turn upside down when you move around. This summary helps you choose the best way to lock your display based on your device type.

  • Keyboard shortcut: Win + O
  • Quick Settings: Win + A
  • Settings app: Win + I → System Display
  • Registry Editor (for advanced users)
  • Rotation Lock may be grayed out in laptop mode or if your device is connected to a keyboard.
  • Administrator rights are needed to edit registry settings.

Follow these steps to control how your screen rotates and get your Windows 11 device working the way you prefer.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

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.

Advertisement

📚 Related Tutorials

How to Switch HKCU and HKLM Registry Keys in Windows 11
Windows How to Switch HKCU and HKLM Registry Keys in Windows 11
How to Open the Settings App in Windows 11
Windows How to Open the Settings App in Windows 11
How to Customize Quick Settings in Windows 11
Windows How to Customize Quick Settings in Windows 11
How to Enable or Disable Using Bluetooth in Windows 11
Windows How to Enable or Disable Using Bluetooth in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *