How To Rotate Screen On Windows

My Windows laptop screen suddenly flipped sideways and I can’t figure out how to rotate it back. I’ve tried some keyboard shortcuts and digging through display settings but nothing seems to stick. Can someone walk me through the proper way to rotate the screen in Windows, and explain the difference between using settings vs hotkeys so I don’t mess up my display again?

This happens a lot, so no worries, your laptop is not possessed.

Try these in order:

  1. Keyboard shortcuts
    Windows often uses these, and they differ by graphics driver.

Press:
• Ctrl + Alt + Up Arrow to set normal landscape
• Ctrl + Alt + Right Arrow 90° rotation
• Ctrl + Alt + Left Arrow 270° rotation
• Ctrl + Alt + Down Arrow upside down

If nothing happens, your driver might have shortcuts disabled.

  1. Windows display settings
  1. Right click on the desktop.
  2. Click Display settings.
  3. Scroll to “Display orientation”.
  4. Set it to “Landscape”.
  5. Click Keep changes.

If you have more than one monitor, pick the right one at the top first.

  1. Intel graphics settings
    If you use Intel graphics, try this:
  1. Right click desktop.
  2. Click Intel Graphics Settings or Graphics Properties.
  3. Look for “Display”.
  4. Find Rotation.
  5. Set to 0 degrees or Normal.

On some newer systems it sits in “Intel Graphics Command Center” from the Microsoft Store.
Open it, select Display, set Rotation to 0.

  1. NVIDIA or AMD settings
    NVIDIA:
  1. Right click desktop.
  2. Open NVIDIA Control Panel.
  3. Under Display, click “Rotate display”.
  4. Pick Landscape.

AMD:

  1. Right click desktop.
  2. Open AMD Software or Radeon Settings.
  3. Go to Display section.
  4. Set Rotation to 0.
  1. Turn off auto rotation
    If this is a 2‑in‑1 or tablet style laptop, Windows sometimes flips when you move it.
  1. Press Windows key + A to open Quick Settings.
  2. Look for “Rotation lock”.
  3. If it is off, turn it on.
  4. Then set the screen back to Landscape in Display settings.
  1. If it keeps flipping back
    This usually means:

• Auto rotation is on and the sensor is confused.
• A driver is bugged.

Try:

  1. Update display driver
    Right click Start → Device Manager → Display adapters → right click your GPU → Update driver.
  2. Reboot after the change.

If no update helps, you can roll back:

Device Manager → Display adapters → right click GPU → Properties → Driver → Roll Back Driver (if active).

  1. As a quick hack
    If nothing seems to stick, test with a second user account:
  1. Press Windows key + I.
  2. Accounts → Family & other users.
  3. Add a local user.
  4. Log into that user and set orientation again.

If it works there, some per user setting is messed up in your profile. Logging out and back in or deleting the display cache sometimes helps, but most people stop once the new account works.

Most of the time, step 2 fixes it. The keyboard shortcut helps if you need a fast fix while your neck is screaming.

Couple extra things you can try if none of what @sterrenkijker suggested is actually sticking:

  1. Check for “tablet mode” junk
    On 2‑in‑1s, Windows loves to act like a confused tablet.

    • Press Win + A to open Quick Settings.
    • Click on “Project” or “Second screen”.
    • Make sure you’re on PC screen only or Extend and not something weird being forced by a dock or external display.
  2. Force-reset orientation in Registry
    This is a bit more nerdy but it can fix it when the slider in Settings lies to you.

    • Press Win + R, type regedit, hit Enter.
    • Go to:
      HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Configuration
    • Under those long cryptic keys, look for Scaling and Rotation values.
    • Rotation should be 0 for normal landscape. If you see 1, 2, or 3, set it to 0.
    • Reboot.

    If this sounds terrifying, yeah fair, skip it.

  3. Kill any vendor “helper” apps
    Some laptops come with preinstalled vendor garbage that overrides Windows:

    • Check the tray icons for things like “Screen Manager”, “Display Control Center”, “Hotkey Utility”, etc.
    • Open them and look for any rotation or orientation settings.
    • Temporarily disable or uninstall them and then set orientation again in Windows Display Settings.
  4. Safe Mode test
    Since you said “nothing seems to stick,” it might be a driver or app forcing rotation back.

    • Hold Shift while clicking Restart.
    • Go to Troubleshoot → Advanced options → Startup Settings → Restart.
    • Pick Safe Mode with Networking.
    • In Safe Mode, go to Display settings and change orientation to Landscape.
    • Reboot normally and see if it stayed correct.
  5. Disable rotation sensor entirely
    If it’s a convertible and the sensor lost its mind:

    • Right click Start → Device Manager.
    • Expand Sensors (or “System devices” on some machines).
    • Look for HID Sensor Collection or anything with “orientation” / “accelerometer”.
    • Right click → Disable device.
    • Then fix orientation in Display settings again.
  6. Weird but real: check scaling / resolution combos
    Occasionally the screen looks “sideways” but Windows swears it’s landscape because resolution + scaling are wrong.

    • Display settings → Set resolution to the recommended one.
    • Set Scale to 100% temporarily.
    • Make sure Orientation is Landscape.
    • If it looks right, then bump scaling back up.

If all of the above fail and the screen literally flips back immediately after you fix it, I’d bet on:

  • A broken sensor constantly reporting rotation
  • A third‑party utility reapplying a rotation profile on login

In that case, disabling the sensor or doing a clean boot (msconfig → hide Microsoft services → disable others) to see what app is doing it is usually what finally stops the madness.