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 through your graphics control panel or display settings in seconds. Mac users rotate through System Preferences. Linux users access rotation through display settings or command line, depending on their desktop environment. The method takes less than a minute once you know where to look.
Most rotations are temporary — they last until you restart or change the setting back. Some graphics cards let you lock a rotation permanently in their control software. If you're rotating because a monitor is physically mounted sideways, you'll want to make the change stick so it applies every time you start your computer.
Key Takeaways
- Windows users can rotate through Settings > System > Display, or through their graphics card control panel (NVIDIA, AMD, or Intel).
- Mac users rotate through System Settings > Displays and select the rotation angle from the dropdown menu.
- Linux rotation depends on your desktop environment; GNOME users access it through Settings > Displays, while others may need to use the xrandr command.
- Most rotations are temporary and reset when you restart; to make rotation permanent, save the setting in your graphics card software.
- If rotation is grayed out or unavailable, your graphics driver may need an update or your monitor may not support the feature.
Rotating your screen in Windows 10 and 11
The fastest route in Windows is through Display Settings. Right-click on your desktop and select "Display settings." Scroll down to the "Display orientation" section. You'll see a dropdown menu with four options: Landscape, Portrait, Landscape (flipped), and Portrait (flipped). Select the orientation you want and the screen will rotate when ready.
If that dropdown is grayed out or missing, your graphics driver needs updating. Go to Device Manager (right-click the Start button and select it), expand "Display adapters," right-click your graphics card, and select "Update driver." Windows will search for the latest version online. After the update installs, restart your computer and try the Display Settings route again.
For a permanent rotation that survives restarts, use your graphics card control panel instead. If you have an NVIDIA card, right-click the desktop and open "NVIDIA Control Panel." Go to "Rotate display" under the Display section. For AMD cards, open "AMD Radeon Settings" and navigate to Display > GPU Scaling > Rotation. For Intel integrated graphics, right-click the desktop and open "Intel Graphics Settings," then go to Display > Rotation. These settings persist across restarts.
Rotating your screen on Mac
Mac rotation is straightforward. Click the Apple menu and go to System Settings (or System Preferences on older macOS versions). Select "Displays" from the sidebar. At the bottom of the window, you'll see a "Rotation" dropdown. Choose 90°, 180°, or 270° depending on how you want the screen oriented. The change takes effect when ready.
If the Rotation dropdown doesn't appear, your Mac may not support rotation, or the feature is disabled in your graphics settings. This is most common on older MacBook models or external monitors that don't support rotation. Check your monitor's manual to confirm it supports the feature. If it does, restart your Mac and try again.
Rotating your screen on Linux
Linux rotation varies by desktop environment. On GNOME (used by Ubuntu and Fedora), open Settings and go to Displays. Select your monitor from the list on the left. Under "Orientation," choose Portrait, Landscape, Portrait (flipped), or Landscape (flipped). The change applies when ready.
On KDE Plasma, open System Settings, go to Startup and Shutdown > Display and Monitor, select your monitor, and use the Orientation dropdown. On other desktop environments like XFCE or i3, you may need to use the command line tool xrandr. Open a terminal and type xrandr to list your connected displays. Then use a command like xrandr --output HDMI-1 --rotate left to rotate. Replace "HDMI-1" with your display name and "left" with "right," "inverted," or "normal" as needed.
To make a Linux rotation permanent, add the xrandr command to your startup scripts. The exact location depends on your desktop environment, but most allow you to add commands through Settings > Startup and Shutdown > Autostart or by editing your .xinitrc file in your home directory.
When rotation is grayed out or unavailable
If the rotation option is disabled, your graphics driver is usually the culprit. On Windows, open Device Manager, find your graphics card under "Display adapters," right-click it, and select "Update driver." Choose "Search automatically for updated driver software." Windows will read and install the latest version. Restart your computer afterward.
On Mac, rotation unavailability is usually a hardware limitation. Older MacBooks and some external monitors don't support rotation. Check your monitor's specifications or manual to confirm it supports the feature. If it does, restart your Mac and try again.
On Linux, make sure your graphics driver is installed. For NVIDIA cards, install the proprietary driver through your package manager. For AMD, install the AMDGPU driver. For Intel, the driver is usually built into the kernel. After installation, restart and try rotating again.
Rotating only one monitor when you have multiple displays
If you have two or more monitors connected, you can rotate them independently. On Windows, open Display Settings and scroll down to see all connected displays. Click the monitor you want to rotate, then change its orientation in the dropdown. Each monitor's setting is separate.
On Mac, open System Settings > Displays. Click the monitor you want to rotate in the list on the left, then use the Rotation dropdown. On Linux with GNOME, select the specific monitor in the Displays settings and change its orientation. With xrandr on the command line, specify the exact display name: xrandr --output DP-2 --rotate right will rotate only the DP-2 monitor while leaving others unchanged.
Undoing a screen rotation
To undo a rotation, go back to the same settings menu and select "Landscape" (or "Normal" on Linux). On Windows, right-click the desktop, open Display Settings, and set the orientation back to Landscape. On Mac, open System Settings > Displays and set Rotation back to Standard. On Linux with GNOME, select Normal orientation. With xrandr, use xrandr --output [display-name] --rotate normal.
If you rotated through your graphics card control panel and want to undo it, open that software again and reset the rotation to the default. The change takes effect when ready, though you may need to restart your computer for some applications to display correctly.
Frequently Asked Questions
Why would I want to rotate my screen?
Portrait orientation is useful for reading documents, browsing tall web pages, or coding when you want more vertical space. Some people mount monitors sideways for specific work. Rotating is also helpful when troubleshooting display issues or testing whether your graphics driver supports the feature.
Does rotating the screen affect performance?
No. Rotation is a display setting that doesn't change how your graphics card processes information. Your computer will run at the same speed whether your screen is landscape or portrait.
Can I rotate my screen on a laptop?
Yes. Laptop screens rotate the same way as external monitors. Open your display settings and select the orientation you want. The built-in display will rotate just like any other monitor.
What if my monitor is physically mounted sideways but the rotation setting won't stick?
Use your graphics card control panel instead of the operating system settings. NVIDIA Control Panel, AMD Radeon Settings, and Intel Graphics Settings all allow you to save rotation settings that persist across restarts. This is more reliable than the OS-level setting for permanent rotations.
Can I rotate my screen on a Chromebook?
Yes. On Chrome OS, press Ctrl+Shift+Refresh (or Ctrl+Shift+F5) and then press the rotation button on your keyboard, or go to Settings > Device > Displays and select the rotation angle. The process is similar to Windows and Mac.