Rotating your screen in Windows, Mac, or Linux

You can rotate your computer display 90, 180, or 270 degrees using your graphics card's built-in settings. The method depends on whether you use Windows, macOS, or Linux, and whether your graphics card is made by Intel, NVIDIA, or AMD. Most rotations take under a minute and don't require restarting your computer.

The most common reason to rotate a screen is to test a portrait-mode monitor, troubleshoot an accidental flip, or view tall documents side-by-side. Some users also rotate displays for accessibility or to match a physical monitor that was installed sideways.

Key Takeaways

  • Windows users can rotate their screen through Display Settings or their graphics control panel (Intel, NVIDIA, or AMD), and the change takes effect when ready.
  • Mac users rotate displays through System Settings under Displays, choosing from standard, 90-degree, 180-degree, or 270-degree rotation options.
  • Linux users typically rotate screens using the xrandr command in the terminal, which works across most desktop environments.
  • A rotated screen returns to normal as soon as you change the setting back — no restart or special recovery step is needed.
  • If your graphics card doesn't support rotation, you may see a limited set of rotation options or none at all in your display settings.

Rotating your screen in Windows

Open Settings by pressing Windows key + I, then go to System and select Display. Scroll down to Display orientation and click the dropdown menu. You'll see four options: Landscape (the default), Portrait, Landscape (flipped), and Portrait (flipped). Select the rotation you want and the screen will flip when ready.

If the Display Settings method doesn't show rotation options, your graphics driver may need updating. You can also access rotation through your graphics control panel. Right-click on your desktop and look for Intel Graphics Settings, NVIDIA Control Panel, or AMD Radeon Settings depending on your card. In those panels, find Display or Rotation settings and choose your angle from there.

To undo the rotation, return to Display Settings and select Landscape again. The screen will flip back to normal without any restart or recovery process.

Rotating your screen on Mac

Click the Apple menu in the top-left corner and select System Settings. Go to Displays and look for a Rotation dropdown menu. Choose from Standard, 90°, 180°, or 270° and the change takes effect right away.

If you don't see a Rotation option, your Mac model or external monitor may not support it. Some older Macs and certain external displays have this limitation. You can also try unplugging and replugging the monitor to refresh the display settings, then check again.

Rotating your screen on Linux

Open a terminal and use the xrandr command to rotate your display. First, type xrandr to list your connected monitors and their current settings. You'll see output like "HDMI-1 connected" or "DP-2 connected" — note the name of the monitor you want to rotate.

Then type the rotation command. For example, to rotate your main display 90 degrees clockwise, type: xrandr --output HDMI-1 --rotate left. Use left for 90 degrees, inverted for 180 degrees, or right for 270 degrees. Replace HDMI-1 with your actual monitor name from the first command.

To return to normal, type xrandr --output HDMI-1 --rotate normal. The rotation takes effect when ready and persists until you change it again or restart your computer.

Rotating an external monitor

If you're using an external monitor connected via HDMI, DisplayPort, or USB-C, the rotation process is the same as above — use your operating system's display settings. The monitor itself doesn't need to be rotated physically; the operating system handles the image flip.

Some external monitors have a physical stand that rotates, which is different from a software rotation. If your monitor has a rotating stand, you can physically turn it and then tell your operating system to match that rotation. This is useful for portrait-mode work like reading documents or coding, where a tall screen is more practical than a wide one.

What to do if rotation options don't appear

If your display settings don't show rotation options, your graphics driver may be outdated or missing. On Windows, go to Device Manager, find your graphics card under Display adapters, right-click it, and select Update driver. Windows will search for the latest version online.

On Mac, check System Settings > General > Software Update to may support your operating system is current. On Linux, update your graphics drivers through your package manager — for example, sudo apt update && sudo apt upgrade on Ubuntu-based systems.

If rotation still doesn't appear after updating, your graphics card or monitor may not support software rotation. Some older integrated graphics chips and certain external displays have this limitation. In that case, you can physically rotate your monitor if it has a rotating stand, or use a third-party rotation tool (though these are less reliable than built-in settings).

Fixing an accidental screen rotation

If your screen flipped unexpectedly, you likely hit a keyboard shortcut or changed a setting by accident. The fastest fix is to use the same method you just learned: go to Display Settings (Windows), System Settings > Displays (Mac), or use xrandr (Linux) and set the rotation back to the default.

On Windows, some graphics drivers respond to Ctrl + Alt + arrow keys. If your screen is upside down, try pressing Ctrl + Alt + up arrow. If it's sideways, try Ctrl + Alt + left or right arrow. These shortcuts don't work on all systems, but they're worth trying if your display settings are hard to read in the rotated state.

Frequently Asked Questions

Will rotating my screen damage it?

No. Rotating your display is a software change that only affects how the image is drawn on your monitor. It doesn't stress the hardware or shorten the monitor's lifespan. You can rotate and un-rotate as many times as you want without any risk.

Can I rotate just one monitor if I have two?

Yes. In Display Settings (Windows) or System Settings (Mac), you can select each monitor individually and set a different rotation for each one. On Linux, use xrandr with the specific monitor name to rotate only that display while leaving others unchanged.

What if my monitor is physically rotated but the image is still sideways?

Your operating system doesn't know the monitor is physically rotated. Go to your display settings and change the software rotation to match the physical position. For example, if you rotated the monitor 90 degrees clockwise, set the software rotation to 90 degrees as well.

Does screen rotation affect performance or battery life?

No. Rotating the display uses the same amount of power and processing as any other resolution or refresh rate setting. On laptops, you won't see any change in battery drain from a rotated screen.

Can I rotate my screen if I'm using an older graphics card?

Older graphics cards usually support rotation, but you may need to update your driver. If your card is very old and the manufacturer no longer provides drivers, rotation options may not be available. Check your graphics card manufacturer's website for the latest driver version for your specific model.