How to rotate your screen on Windows, Mac, and Linux

You can rotate your screen 90, 180, or 270 degrees on most computers without any extra software. The method depends on your operating system and graphics card. Windows users typically access rotation through display settings or graphics control panels. Mac users rotate through System Preferences. Linux users adjust rotation in display settings or through terminal commands. The rotation stays in place until you change it again, and it affects everything on your screen — windows, icons, taskbars, and all.

The fastest route is usually your graphics card's control panel rather than Windows or Mac settings, because graphics panels often have a dedicated rotation button. If you cannot find rotation in your graphics software, your monitor or graphics card may not support it, though this is rare on modern equipment.

Key Takeaways

  • Windows users can rotate their screen through Settings > System > Display, or through their graphics card's control panel (NVIDIA Control Panel, AMD Radeon Settings, or Intel Graphics Command Center).
  • Mac users rotate through System Preferences > Displays and select the desired rotation from the Rotation dropdown menu.
  • Linux users can rotate through display settings in GNOME or KDE, or use the xrandr command in the terminal for more control.
  • Rotation works on most modern monitors and graphics cards, but some older or specialized displays may not support it.
  • If your graphics card does not offer rotation, you can physically rotate your monitor if it has a pivot stand, though this only works for portrait-mode monitors.

Rotating your screen in Windows

Open Settings and go to System > Display. Scroll down to the Display orientation section. You will see a dropdown menu labeled "Orientation" with options for Landscape, Portrait, Landscape (flipped), and Portrait (flipped). Select the rotation you want and click explore. Windows will rotate your screen and ask you to confirm the change within 15 seconds. If you do not confirm, it will revert to the previous orientation.

If the Display settings do not show rotation options, your graphics card control panel likely has them. Right-click your desktop and look for NVIDIA Control Panel, AMD Radeon Settings, or Intel Graphics Command Center depending on your graphics card. In NVIDIA Control Panel, go to Display > Rotate Display. In AMD Radeon Settings, select Display > GPU Scaling and look for rotation options. In Intel Graphics Command Center, go to Display Settings and find the rotation dropdown. These panels often respond faster than Windows settings and give you more rotation options.

Rotating your screen on Mac

Click the Apple menu and select System Preferences (or System Settings on newer macOS versions). Go to Displays. At the top of the window, find the Rotation dropdown menu. Select Standard, 90 degrees, 180 degrees, or 270 degrees depending on how you want to rotate. The change takes effect when ready. Your Mac will remember this setting until you change it again.

If you do not see a Rotation dropdown, your Mac or external monitor may not support rotation. This is uncommon on modern Macs with built-in displays, but some older external monitors do not have this feature. Check your monitor's manual or specifications to confirm it supports rotation.

Rotating your screen in Linux

The method depends on your desktop environment. In GNOME (the most common Linux desktop), open Settings, go to Displays, and look for a Rotation dropdown. Select the rotation you want and close the window. In KDE Plasma, open System Settings, go to Startup and Shutdown > Display and Monitor, and find the Rotation option for your display.

If your desktop environment does not have a graphical rotation option, you can use the xrandr command in the terminal. Open a terminal and type xrandr to see your connected displays and their current settings. Then type xrandr --output [display-name] --rotate [direction], replacing [display-name] with your monitor name (like HDMI-1) and [direction] with left, right, inverted, or normal. For example: xrandr --output HDMI-1 --rotate left. The rotation takes effect when ready and persists until you change it or restart.

When rotation does not work or is not available

If you cannot find rotation options in your operating system or graphics control panel, your graphics card or monitor may not support software rotation. This is rare on modern equipment but can happen with older graphics cards, integrated graphics on very old computers, or specialized displays designed for fixed orientation.

If your monitor has a physical pivot stand, you can rotate the monitor itself 90 degrees to portrait mode. This works for any monitor with a pivot base, regardless of graphics card support. Check your monitor's manual to see if it has this feature and how to unlock the stand for rotation. Some monitors rotate smoothly; others require you to unlock a latch first.

Rotating back to normal orientation

To undo a rotation, go back to the same menu where you rotated the screen and select the normal or landscape option. In Windows Settings, choose Landscape. In Mac System Preferences, choose Standard. In Linux GNOME, choose Normal. In Linux terminal, type xrandr --output [display-name] --rotate normal. The screen will rotate back when ready.

If your screen is rotated and you cannot see the menu to change it back, you can still access settings by using keyboard shortcuts or voice commands. In Windows, try pressing Ctrl + Alt + Arrow keys (up, down, left, right) to rotate. On Mac, you cannot use keyboard shortcuts to rotate, but you can restart your computer and the rotation will revert if you did not save the change. In Linux, you can always use the xrandr command from the terminal even if the display is rotated.

Why you might want to rotate your screen

Portrait mode (vertical orientation) is useful for reading long documents, browsing social media feeds, or viewing spreadsheets with many rows. Some people use portrait mode for coding because it shows more lines of code at once. Landscape mode (horizontal orientation) is standard for most work and is better for watching videos or working with wide images.

Rotating your screen does not change your monitor's physical resolution or refresh rate — it only changes how the image is displayed. A 1920 × 1080 monitor in portrait mode becomes 1080 × 1920, so you see less width but more height. This can make text smaller or larger depending on your monitor size and resolution.

Frequently Asked Questions

Can I rotate only one monitor if I have two?

Yes. In Windows Settings or your graphics control panel, select the specific monitor you want to rotate from the display list, then choose the rotation. Each monitor rotates independently. On Mac, if you have multiple displays, go to System Preferences > Displays, click the display you want to rotate, and select the rotation. In Linux, use xrandr with the specific display name to rotate only that monitor.

Will rotating my screen damage my monitor?

No. Rotating the display is a software operation that does not harm your monitor. The monitor itself stays in the same physical position; only the image is rotated. If you physically rotate a monitor using a pivot stand, make sure the stand is rated for rotation and that you do not force it beyond its range of motion.

Why does my screen look blurry after rotating?

Blurriness after rotation usually means your monitor or graphics card does not handle the rotated resolution well. Try restarting your computer. If the problem persists, check your monitor's manual to confirm it supports rotation. Some older monitors have poor image quality when rotated and may need a firmware update or driver update for your graphics card.

Can I rotate my screen on a laptop?

Yes, the same methods work for laptop screens. Go to Windows Settings, Mac System Preferences, or Linux display settings and select the rotation you want. Your laptop screen will rotate just like an external monitor. Some laptops have accelerometers that auto-rotate the screen when you physically turn the laptop, but you can disable this in settings if you do not want it.

What if the rotation shortcut keys do not work?

Ctrl + Alt + Arrow keys work in Windows only if your graphics card driver supports them. If the shortcut does not work, use Settings > System > Display instead. Make sure your graphics driver is up to date by checking Windows Update or your graphics card manufacturer's website. On Mac and Linux, keyboard shortcuts for rotation are not standard, so use the graphical settings or terminal commands instead.