Your monitor is showing everything upside down — here's how to flip it back

A monitor displaying upside down usually means the display rotation setting has been changed, either accidentally or by someone else using your computer. The fix depends on your graphics card and operating system, but the most common solution takes less than a minute. Windows, Mac, and Linux all have built-in rotation controls that let you flip the image back to normal without restarting or opening any settings menus.

Before you try anything, check whether your monitor has physical rotation buttons on the back or side. Some monitors include an on-screen menu where you can rotate the display directly — this is rare but worth checking if the software fixes below don't work. Most of the time, though, the rotation is controlled by your operating system, and that's where you'll fix it.

Key Takeaways

  • Windows users can rotate the display back to normal by right-clicking the desktop, selecting Display Settings, and changing the Orientation dropdown from Rotated 180 degrees back to Landscape.
  • Mac users should go to System Settings, select Displays, and change the Rotation setting from 180 degrees back to Standard.
  • Linux users can use the display settings in their desktop environment or run a command-line tool like xrandr to rotate the display back.
  • If the display settings are locked or grayed out, your graphics driver may need an update, or administrator permissions may be required to make changes.
  • Physical monitor buttons on the back or side panel can sometimes control rotation independently of your operating system.

Fixing an upside-down display on Windows

Right-click anywhere on your desktop background — not on an icon or window, but on the empty space. A context menu will appear. Look for an option that says Display Settings or Graphics Properties. Click it.

In Windows 10 and 11, Display Settings opens in the Settings app. Scroll down until you see a section labeled Scale and Layout or Display. Look for a dropdown menu that says Orientation. It will currently show Rotated 180 degrees or similar. Click the dropdown and select Landscape (or Portrait if that's your normal orientation). The display should flip back when ready.

If you don't see an Orientation dropdown, your graphics driver may need an update. Go to Device Manager by right-clicking the Start button and selecting it, then expand Display adapters. Right-click your graphics card and select Update driver. Windows will search for the latest version. After updating, restart your computer and try the Display Settings again.

Fixing an upside-down display on Mac

Click the Apple menu in the top-left corner and select System Settings (or System Preferences on older versions). In the search bar at the top, type "Displays" and click the Displays result.

In the Displays window, look for a dropdown or button labeled Rotation. It will currently be set to 180 degrees. Change it to Standard. The display will rotate back to normal when ready. If you don't see a Rotation option, your Mac may not support software rotation — in that case, check whether your monitor has physical rotation controls on its back panel.

Fixing an upside-down display on Linux

The steps depend on which desktop environment you're using. If you're using GNOME (the default on Ubuntu and Fedora), open Settings, go to Displays, and look for a Rotation dropdown. Change it from 180 degrees back to Normal.

If you're using KDE Plasma, open System Settings, go to Startup and Shutdown, then Display and Monitor, and adjust the Rotation setting there. For other desktop environments, the location varies — check your system's help documentation or search for "display rotation" in your settings.

If the graphical settings don't work, you can use the command line. Open a terminal and run xrandr to see your connected displays and their current rotation. Then run xrandr --output [display-name] --rotate normal, replacing [display-name] with the actual name of your display (usually HDMI-1 or DP-1). This will rotate the display back without restarting.

When the display settings are locked or grayed out

If the Orientation or Rotation dropdown is grayed out and you can't click it, your graphics driver is likely outdated or your user account doesn't have permission to change display settings. On Windows, update your graphics driver first (see the Windows section above). On Mac and Linux, make sure you're logged in with an administrator account.

On Windows, you can also check whether a Group Policy is blocking display changes. Press Windows Key + R, type gpedit.msc, and press Enter. Navigate to User Configuration > Administrative Templates > Control Panel > Display. Look for a policy called Restrict display settings. If it's enabled, disable it and restart your computer.

Checking your monitor's physical controls

Some monitors have rotation controls built into their on-screen menu, separate from your operating system. Look for small buttons on the back, bottom, or side of your monitor — usually labeled with arrows or symbols. Press the menu button (often marked with a circle or lines) to open the on-screen display. Navigate to a section labeled Rotation, Image, or Display, and change the setting from 180 degrees or Inverted back to Normal or Standard.

If your monitor has these controls, they take priority over your operating system settings. This means even if you fix the rotation in Windows or Mac, the monitor's physical setting will override it. Check the monitor's manual if you're unsure which buttons do what — most manufacturers include a quick-start guide or post the manual online.

What to do if nothing works

If you've tried all the steps above and your display is still upside down, the problem may be with your graphics card or monitor hardware rather than a software setting. Try connecting your monitor to a different computer to see whether the problem follows the monitor or stays with your original computer. If the display is normal on another computer, your graphics driver needs reinstalling or your graphics card may be failing.

On Windows, you can try uninstalling your graphics driver completely and letting Windows reinstall a basic version. Go to Device Manager, right-click your graphics card under Display adapters, and select Uninstall device. Check the box that says Delete the driver software for this device, then restart your computer. Windows will install a generic driver automatically. After that, read and install the latest driver from your graphics card manufacturer's website (NVIDIA, AMD, or Intel).

Frequently Asked Questions

Can a keyboard shortcut flip my display back?

Some graphics cards include keyboard shortcuts for rotation. NVIDIA graphics cards sometimes respond to Ctrl + Alt + Arrow Keys, and Intel integrated graphics may use similar combinations. Try pressing Ctrl + Alt + Up Arrow to rotate the display back to normal. If that doesn't work, the shortcut isn't enabled on your system, and you'll need to use the Display Settings method instead.

Will rotating my display damage my monitor?

No. Rotating the display is a purely software operation — it tells your graphics card to flip the image before sending it to the monitor. It doesn't affect the monitor's hardware or lifespan. You can rotate your display as many times as you want without any risk.

Why did my display rotate upside down in the first place?

The most common causes are accidental keyboard shortcuts (especially if someone else was using your computer), a graphics driver update that reset your settings, or a prank. Some software can also change display rotation, though this is rare. Once you've fixed it, you can prevent accidental rotation by disabling rotation shortcuts in your graphics control panel if the option is available.

What if I want to rotate my display on purpose?

Use the same Display Settings or Displays menu you'd use to fix an upside-down display. You can rotate to Portrait (90 degrees), Landscape (normal), or Upside Down (180 degrees). This is useful if you're using a monitor in a different orientation or want to display a tall document or image without scrolling.