How to Fix a Monitor Display That's Sideways
A sideways or rotated monitor display is one of those problems that looks alarming but is almost always caused by a simple setting — either changed accidentally or left misconfigured after a hardware or software update. Understanding why it happens and the different ways to fix it will help you get your screen back to normal and prevent it from happening again.
Why Is My Monitor Display Showing Sideways?
Your operating system manages display orientation as a software setting, separate from the physical position of your monitor. This means the image your computer sends to the screen can be rotated 90°, 180°, or 270° without any hardware change at all.
The most common causes include:
- Accidental keyboard shortcut — On many Windows systems, pressing Ctrl + Alt + Arrow Key rotates the display instantly
- Display settings changed during an update — Driver updates or OS upgrades can reset or alter rotation settings
- Connected a new monitor or projector — Windows or macOS may apply unexpected orientation settings to a newly detected display
- Graphics driver configuration — Intel, NVIDIA, and AMD control panels each have their own rotation settings that can override OS defaults
- Remote desktop or KVM switch sessions — These can sometimes apply orientation settings from a different machine profile
The good news: in nearly every case, this is a software fix. You don't need to touch the monitor itself.
How to Fix a Sideways Display on Windows 🖥️
Method 1: Keyboard Shortcut (Fastest Fix)
On most Windows systems with Intel integrated graphics, this shortcut works immediately:
| Shortcut | Result |
|---|---|
| Ctrl + Alt + Up Arrow | Normal (landscape) |
| Ctrl + Alt + Down Arrow | Upside down (180°) |
| Ctrl + Alt + Left Arrow | Rotated left (90°) |
| Ctrl + Alt + Right Arrow | Rotated right (270°) |
Press Ctrl + Alt + Up Arrow to snap back to standard landscape orientation. If the shortcut does nothing, it may be disabled in your graphics driver settings — move to Method 2.
Method 2: Windows Display Settings
- Right-click on the desktop and select Display settings
- Scroll to Display orientation
- Change the dropdown from whatever it currently shows to Landscape
- Click Keep changes when prompted
If you have multiple monitors connected, make sure you've selected the correct display at the top of the settings page before changing the orientation.
Method 3: Graphics Driver Control Panel
If the above methods don't stick — or if the setting keeps reverting — the issue may live inside your GPU's own software:
- Intel Graphics Command Center / Intel HD Graphics Control Panel: Right-click desktop → Graphics Properties → Display → Rotation
- NVIDIA Control Panel: Display → Rotate Display
- AMD Radeon Software: Display tab → Rotation settings
Settings in the graphics driver panel can override Windows display settings in some configurations, which is why fixing it only in one place sometimes doesn't hold.
How to Fix a Sideways Display on macOS
- Open System Settings (or System Preferences on older macOS versions)
- Go to Displays
- Select the affected display
- Find the Rotation dropdown and set it to Standard
Note: On Apple Silicon Macs and some configurations, the Rotation option is hidden unless you hold the Option key while clicking the Displays preference pane. This is intentional — Apple gates the setting to reduce accidental changes.
How to Fix on Linux
On most Linux distributions using GNOME:
- Go to Settings → Displays, select the monitor, and change the orientation
Using the terminal, you can also use:
xrandr --output [display-name] --rotate normal Replace [display-name] with your actual display identifier (e.g., HDMI-1, eDP-1), which you can find by running xrandr with no arguments first.
When the Fix Doesn't Stick 🔧
If your display keeps rotating back after a reboot or wakes sideways after sleep, the cause is usually one of three things:
1. Conflicting driver and OS settings — The graphics driver is overriding the OS setting. Set rotation to normal in both places.
2. A corrupted display profile — Deleting and recreating your display configuration can help. On Windows, this sometimes means rolling back or reinstalling the graphics driver.
3. Auto-rotation is enabled — Tablets, 2-in-1 laptops, and convertible devices have accelerometer-based auto-rotation that can fight your manual settings. This is usually toggled under Action Center (Windows) or Control Center (macOS/iOS).
Factors That Affect Which Fix Works for You
Not every method works on every machine, and a few variables shape which approach applies to your situation:
- Operating system version — Older Windows versions (7, 8.1) have different display settings paths than Windows 10 or 11
- Graphics hardware — Intel, NVIDIA, and AMD each manage rotation differently at the driver level
- Device type — A convertible laptop with auto-rotation enabled needs a different fix than a fixed desktop monitor
- Whether you're using remote desktop — Rotation set on a remote session may not carry over to the host display
- How many monitors are connected — Multi-monitor setups can apply rotation to the wrong display if you're not careful about which screen is selected in settings
A desktop user with a single NVIDIA-driven monitor will follow a different path than someone on a Surface Pro with auto-rotate or a MacBook connected to an external display. The core fix is simple — but which layer of settings you need to touch depends entirely on your own hardware and software combination.