Flip your monitor display in Windows, Mac, or Linux without touching the physical screen
You can rotate your monitor display 180 degrees upside down through your operating system's display settings — no hardware adjustment needed. This is useful when you've physically rotated your monitor for a specific task, when someone has pranked your computer, or when you're testing display rotation features. The steps differ slightly between Windows, Mac, and Linux, but all three let you rotate the image without restarting your computer or opening any special software.
The rotation happens at the graphics card level, so it works with any monitor connected to your computer. You can undo it just as quickly if you change your mind.
Key Takeaways
- Windows users can rotate the display through Settings > System > Display, or right-click the desktop and select display settings from the graphics card menu.
- Mac users rotate the display in System Settings > Displays by changing the rotation dropdown, though this option only appears on some Mac models.
- Linux users can rotate the display using the GNOME Settings app or command-line tools like xrandr, depending on their desktop environment.
- Rotating the display upside down is reversible — you can switch back to normal orientation in the same menu where you made the change.
- If the rotation option does not appear in your settings, your graphics driver may need an update or your monitor may not support software rotation.
Rotate your display in Windows 10 or 11
Open Settings by pressing Windows key + I, then navigate to System and select Display from the left sidebar. Scroll down until you see the Display orientation dropdown, which currently shows "Landscape". Click the dropdown and select Landscape (flipped) to rotate the display 180 degrees.
Your screen will flip when ready. If the rotation looks correct, you are done. If you want to return to normal, open the same menu and select Landscape again.
If you do not see the Display orientation dropdown, try the alternative method: right-click on an empty area of your desktop, then look for an option like Display settings, Graphics settings, or Intel Graphics Settings (the exact name depends on your graphics card manufacturer). Open that menu and look for a rotation or orientation option there.
Rotate your display on a Mac
Click the Apple menu in the top-left corner and select System Settings. Navigate to Displays in the sidebar. If your Mac supports display rotation, you will see a Rotation dropdown near the top of the window. Click it and select 180°.
Your display will rotate when ready. To return to normal, open the same menu and select Standard or 0°.
Not all Mac models support software display rotation — if you do not see a Rotation dropdown, your Mac does not have this feature built in. This is common on older Macs and some newer models depending on the graphics hardware.
Rotate your display on Linux
The method depends on which desktop environment your Linux system uses. For GNOME (the most common), click the system menu in the top-right corner, select Settings, then navigate to Displays. Look for a Rotation dropdown and select Upside Down or 180°.
If you use KDE Plasma, open System Settings, go to Startup and Shutdown > Splash Screen, then look for display settings. The exact path varies by KDE version.
For other desktop environments or if the graphical method does not work, you can use the command line. Open a terminal and type xrandr to list your connected displays. Then type xrandr --output HDMI-1 --rotate inverted, replacing "HDMI-1" with the name of your actual display from the xrandr output. This rotates that display 180 degrees.
What to do if the rotation option does not appear
If you cannot find a rotation setting in your display menu, your graphics driver may be outdated or your graphics card may not support software rotation. Check for driver updates first: in Windows, right-click the Start menu, select Device Manager, expand Display adapters, right-click your graphics card, and select Update driver. On Mac, go to System Settings > General > Software Update to check for system updates that include graphics drivers.
If updates do not help, your hardware may straightforward not support this feature. Some older graphics cards and integrated graphics chips do not allow software rotation. In that case, you would need to physically rotate the monitor itself if it supports that, or use a third-party utility designed for your specific graphics card (though these are less common and less reliable than built-in system settings).
Why your screen might be upside down without you changing it
If your display suddenly appears upside down and you did not intentionally rotate it, someone else may have changed the setting as a prank. Check your display settings using the steps above and change the rotation back to Landscape (Windows) or Standard (Mac). This is one of the easiest pranks to pull on a shared computer, and equally straightforward to undo.
Occasionally, a Windows update or graphics driver update can reset display settings unexpectedly. If your screen rotated on its own after an update, the same display settings menu will let you fix it.
Rotating only one display if you have multiple monitors
If you use two or more monitors, you can rotate just one of them while leaving the others normal. In Windows, open Settings > System > Display and scroll down to see all connected displays. Click the display you want to rotate, then change its orientation dropdown. The rotation applies only to that monitor.
On Mac, the Rotation dropdown in System Settings applies to your main display only. If you need to rotate a secondary display, you may need to make it the main display first, rotate it, then switch back — or use a third-party utility.
In Linux with xrandr, specify the exact display name in the command: xrandr --output DP-2 --rotate inverted rotates only the display named DP-2, leaving others unchanged.
Frequently Asked Questions
Will rotating my display damage the monitor?
No. Software rotation happens at the graphics card level and does not affect the physical monitor hardware at all. You can rotate and un-rotate as many times as you want without any risk to the display itself.
Can I rotate my display 90 degrees instead of 180?
Yes, but the option is less common in standard display settings. Windows and Mac typically offer 180-degree rotation in their main menus. Linux with xrandr supports 90, 180, and 270 degrees — type xrandr --output HDMI-1 --rotate left or --rotate right for 90-degree rotations.
Does rotating the display affect performance or battery life?
No measurable impact. The graphics card handles the rotation at the same speed regardless of orientation, so there is no slowdown or extra power drain on laptops.
What if I rotate my display and the image looks blurry or distorted?
This usually means your graphics driver needs an update. Update your graphics driver through Device Manager (Windows), Software Update (Mac), or your distribution's package manager (Linux), then try rotating again. If the problem persists after updating, your graphics card may not support clean rotation at your current resolution.
Can I make the rotation permanent so it stays flipped after I restart?
Yes. The rotation setting is saved automatically in Windows and Mac — when you restart your computer, the display will remain in whatever orientation you set. On Linux, the xrandr command does not persist after restart unless you add it to your startup scripts, which varies by desktop environment.