How to rotate your screen on Windows, Mac, and Linux
Screen rotation on a desktop or laptop depends on your operating system and graphics card. On Windows, you can rotate your display through Settings or your graphics control panel. Mac users rotate the screen through System Preferences. Linux offers rotation through display settings or command-line tools. The method takes seconds once you know where to look, and you can rotate back just as quickly if you change your mind.
Most rotations are temporary — they last only until you restart your computer or change the setting again. Some graphics cards let you set a default rotation so the screen stays rotated when you power on, but this is less common on laptops.
Key Takeaways
- Windows users can rotate their screen through Settings > System > Display, or through their graphics card's control panel (NVIDIA, AMD, or Intel).
- Mac users rotate the screen in System Preferences > Displays by selecting a different resolution or using third-party rotation software.
- Linux users can rotate the display using the display settings menu or the xrandr command-line tool, depending on their desktop environment.
- Most screen rotations are temporary and reset when you restart your computer unless you save the rotation as a default setting.
- Rotating your screen is useful for reading documents in portrait mode, displaying presentations sideways, or troubleshooting display problems.
Rotating your screen on Windows 10 and Windows 11
The easiest way to rotate your Windows screen is through Settings. Right-click on your desktop and look for "Display settings" in the menu. If that option does not appear, open Settings directly by pressing Windows key + I, then go to System > Display. Scroll down to find "Display orientation" and select from Portrait, Landscape, Portrait (flipped), or Landscape (flipped).
If the Settings method does not work or you want more control, use your graphics card's control panel instead. Right-click your desktop and look for "NVIDIA Control Panel", "AMD Radeon Settings", or "Intel Graphics Settings" depending on which card your computer has. In NVIDIA Control Panel, go to Rotation and select your preferred angle. AMD and Intel have similar options in their respective panels. These control panels often give you the option to set a default rotation that persists after restart.
Some older Windows computers or external monitors may not support rotation through Settings. In those cases, the graphics card control panel is your only option. If neither method works, your monitor or graphics card may not support rotation at all.
Rotating your screen on Mac
Mac does not have a built-in rotation feature in System Preferences the way Windows does. Instead, you have two options: use a third-party app or rotate through resolution changes in some cases.
The most straightforward approach is to read free rotation software. Apps like Rottenwood or ScreenRotator let you rotate your display in 90-degree increments and often add keyboard shortcuts so you can rotate with a hotkey. Search the Mac App Store for "screen rotation" to see what is available.
If you prefer not to install software, some Mac users report that changing the resolution in System Preferences > Displays can trigger a rotation on certain external monitors, though this is not reliable and depends on the monitor model. This method is not recommended as a primary solution.
Rotating your screen on Linux
Linux rotation depends on your desktop environment. On GNOME (used by Ubuntu and many other distributions), go to Settings > Displays and look for an "Orientation" dropdown menu. Select the rotation you want and explore the change. On KDE Plasma, the process is similar: open System Settings > Startups and Shutdown > Display and Monitor, then adjust the orientation.
If your desktop environment does not have a graphical rotation option, you can use the command line. Open a terminal and type xrandr to see your connected displays and their current settings. Then use a command like xrandr --output HDMI-1 --rotate left to rotate a specific display. Replace HDMI-1 with your actual display name and left, right, normal, or inverted with your desired rotation.
Command-line rotation is temporary and resets on restart. To make it permanent, add the xrandr command to your startup scripts or display configuration file, depending on your distribution.
When and why you might rotate your screen
Screen rotation is most useful when you are reading long documents or code in portrait mode, which fits more lines vertically on the screen. Some people rotate their monitor sideways to use it as a second display for chat windows, email, or reference material while keeping their main monitor in landscape for work.
Rotation can also help troubleshoot display problems. If your screen appears sideways after a system update or driver change, rotating it back to normal is faster than reinstalling drivers. External monitors sometimes default to portrait orientation, and rotation lets you fix this without opening the monitor's physical settings menu.
Tablet-style laptops and 2-in-1 devices use rotation most often, since they are designed to switch between landscape and portrait modes as you physically rotate the device. Desktop monitors rarely need rotation unless you specifically want a portrait setup.
Troubleshooting when rotation does not work
If the rotation option does not appear in your Settings or control panel, your graphics card or monitor may not support it. External monitors are more likely to lack rotation support than built-in laptop screens. Check your monitor's manual or manufacturer website to confirm it supports rotation.
On Windows, outdated graphics drivers can prevent rotation from working. Update your graphics driver through Device Manager (right-click Start > Device Manager > Display adapters, then right-click your graphics card and select "Update driver") or read the latest driver directly from NVIDIA, AMD, or Intel.
On Mac, if third-party rotation apps do not work, your graphics card may not support rotation at all. Older Macs and some external displays have this limitation. Restarting your computer sometimes restores rotation functionality if it stops working mid-session.
Rotating back to normal
Rotating your screen back to landscape (normal) takes the same steps as rotating it in the first place. Go back to Display settings or your graphics control panel and select "Landscape" or "Normal" orientation. On Linux, use xrandr --output [display-name] --rotate normal to reset it.
If you rotated your screen and now cannot see the Settings menu clearly, use keyboard shortcuts instead. On Windows, you can sometimes use Ctrl + Alt + arrow keys to rotate (though this depends on your graphics card). On Mac, use the keyboard shortcut in your rotation app. On Linux, the xrandr command works even if your screen is rotated.
Frequently Asked Questions
Will rotating my screen damage it?
No. Rotating your screen is a software setting that does not affect the physical monitor or its hardware. You can rotate and rotate back as many times as you want without any risk of damage.
Can I rotate only one monitor if I have two?
Yes. On Windows, go to Settings > System > Display and select which monitor you want to rotate before changing the orientation. On Linux, use xrandr with the specific display name. Mac rotation apps usually let you choose which display to rotate if you have multiple screens.
Why does my screen rotate automatically when I move my laptop?
Your laptop has an accelerometer (motion sensor) that detects when you rotate the device physically. This is common on 2-in-1 laptops and some newer MacBook models. Turn off auto-rotation in Settings > System > Display (Windows) or System Preferences > Displays (Mac) if you do not want this behavior.
Does rotating my screen use more battery power?
No. Rotating the display is purely a software change and does not increase power consumption. Your screen uses the same amount of energy whether it is in landscape or portrait mode.
Can I set a default rotation that stays after I restart?
On Windows, your graphics card control panel (NVIDIA, AMD, or Intel) usually lets you set a default rotation. On Mac and Linux, you need to add the rotation command to your startup scripts or use a third-party app that runs at boot. Check your graphics card or app documentation for the exact steps.