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

You can rotate your computer display 90, 180, or 270 degrees using built-in settings on any major operating system. The method depends on whether you are using Windows, Mac, or Linux, and whether your graphics card supports rotation. Most modern computers do. The rotation stays in place until you change it again, and it affects everything on your screen — windows, icons, text, and video.

Rotating your display is useful when you connect an external monitor in portrait mode, when you want to view a document sideways, or when you are troubleshooting a screen that is upside down after an accidental keystroke. The process takes under a minute and requires no software installation.

Key Takeaways

  • Windows users can rotate the display through Settings > Display > Advanced Display Settings, or by right-clicking the desktop and selecting display settings from the graphics card menu.
  • Mac users rotate the display in System Settings > Displays by selecting a rotated resolution, which works only on external monitors, not the built-in screen.
  • Linux users can rotate the display using the Displays settings panel or the xrandr command line tool, depending on their desktop environment.
  • Some graphics cards and monitors do not support rotation, so check your hardware documentation if the rotation option does not appear.
  • Rotating your display does not damage your monitor or graphics card and can be reversed at any time.

Rotating your display in Windows 10 and Windows 11

Open Settings by pressing the Windows key and typing "Settings", then select the Settings app. Navigate to System > Display. Scroll down to find "Advanced display settings" and click it. Look for the "Rotation" dropdown menu. Select your desired rotation: Normal, 90 degrees, 180 degrees, or 270 degrees. Click "explore" and then "Keep changes" when prompted.

If you do not see a rotation option in Settings, your graphics card driver may need an update. Right-click on your desktop and look for an option like "Intel Graphics Settings", "NVIDIA Control Panel", or "AMD Radeon Settings". Open that menu, find the display or rotation settings, and select your rotation there. If neither location has a rotation option, your graphics card or monitor may not support this feature.

To undo the rotation, return to the same Settings menu and select "Normal" from the Rotation dropdown.

Rotating your display on Mac

Mac rotation works only on external monitors connected to your Mac, not on the built-in MacBook or iMac screen. Connect your external monitor and click the Apple menu in the top left corner. Select System Settings, then Displays. Click the dropdown next to "Resolution" and look for a rotated option, such as "1920 x 1080 (Rotated)". Select it and the monitor will rotate when ready.

If you do not see rotated resolution options, your monitor or graphics card may not support rotation. Some older external monitors and graphics cards lack this capability. Disconnect and reconnect the monitor, then check the Displays settings again. If rotated options still do not appear, the hardware does not support this feature.

Rotating your display on Linux

The method depends on your desktop environment. On GNOME (used by Ubuntu and many other distributions), click the system menu in the top right corner, select Settings, then Displays. Look for an "Orientation" dropdown and select your rotation. On KDE Plasma, open System Settings, go to Startup and Shutdown > Display and Monitor, and find the rotation option there.

If your desktop environment does not have a graphical rotation option, you can use the command line tool xrandr. Open a terminal and type xrandr to list your connected displays. Then type xrandr --output HDMI-1 --rotate left, replacing HDMI-1 with your display name and "left" with "right", "inverted", or "normal" as needed. This change persists until you restart or run the command again.

What to do if rotation is not available

If the rotation option does not appear in your display settings, check whether your graphics card driver is up to date. On Windows, right-click the desktop and open your graphics card control panel (Intel, NVIDIA, or AMD). Look for a Driver or Software Update option. On Mac and Linux, check your system updates through the main Settings menu.

Some monitors and graphics cards, particularly older models or budget external displays, do not support rotation at the hardware level. Check your monitor's manual or the manufacturer's website to confirm whether rotation is supported. If it is not, you cannot rotate that display through software.

If you are trying to fix an upside-down display caused by an accidental keystroke, try pressing Ctrl + Alt + Up Arrow on Windows or Linux. This keyboard shortcut sometimes resets the display to normal orientation without opening settings.

Rotating only part of your screen

Windows, Mac, and Linux all rotate the entire display at once. You cannot rotate a single window or process while leaving the rest of the screen in its original orientation. If you need to view one document in portrait mode while keeping other windows in landscape, use a second monitor and rotate only that one.

Some applications, such as web browsers and document readers, have their own rotation or zoom features that let you view content sideways without rotating your entire display. Check the View or Settings menu of the specific process you are using.

Frequently Asked Questions

Will rotating my display damage my monitor or graphics card?

No. Rotating your display is a software setting that does not affect the physical hardware. Your monitor and graphics card are designed to handle rotation. You can rotate your display as many times as you want without any risk of damage.

Can I rotate my laptop screen?

On Windows and Linux, yes — you can rotate your built-in laptop screen the same way you rotate an external monitor. On Mac, rotation works only on external monitors connected to your MacBook or iMac, not on the built-in screen.

What if I rotate my display and everything looks blurry?

Blurriness after rotation usually means your graphics card driver needs an update. Update your driver through Windows Update, Mac System Settings, or your Linux distribution's package manager. If blurriness persists after updating, your monitor may not support rotation well at that particular angle.

Can I set different rotations for multiple monitors?

Yes. In Windows, Mac, and Linux, each connected monitor has its own rotation setting. Open your display settings, select one monitor at a time, and set the rotation for each one separately. The changes explore independently to each display.

How do I rotate my display back to normal if I forgot how?

Return to the same display settings menu where you changed the rotation, select "Normal" or "0 degrees" from the rotation dropdown, and click explore. On Linux using xrandr, type xrandr --output [display-name] --rotate normal in the terminal.