How to Split Your Screen Half and Half on a Vertical Monitor

Rotating a monitor 90 degrees unlocks a genuinely different way to work — but splitting that tall, narrow display into two stacked halves isn't always as intuitive as doing the same thing on a standard landscape screen. The good news: it's absolutely doable on every major operating system, and once you understand how the pieces fit together, the setup is straightforward.

What "Half and Half" Actually Means on a Vertical Monitor

On a standard horizontal monitor, splitting the screen typically means two windows side by side — left and right. On a vertical (portrait-orientation) monitor, the natural split is top and bottom: two windows stacked, each occupying roughly half the screen's height.

Because a vertical monitor in portrait mode might be something like 1080×1920 pixels (width × height), each half would give you a 1080×960 workspace per window. That's still a usable width for most productivity tasks — documents, terminals, chat apps, code editors — which is exactly why developers, writers, and traders often run vertical monitors in the first place.

How to Split the Screen on Windows 🖥️

Windows makes this relatively painless through Snap Assist, which has been a built-in feature since Windows 10 and was expanded significantly in Windows 11.

Method 1 — Keyboard shortcut:

  • Press Windows key + Up Arrow to snap a window to the top half
  • Press Windows key + Down Arrow to snap a second window to the bottom half

Method 2 — Drag to edge:

  • Drag a window to the very top edge of the screen until a snap zone appears, then release
  • Do the same for a second window, dragging it toward the bottom edge

Method 3 — Snap Layouts (Windows 11):

  • Hover over a window's maximize button
  • A layout overlay appears — choose the top/bottom split option
  • Windows will prompt you to fill the second zone automatically

One thing to be aware of: if your vertical monitor is a secondary display, Snap Assist works the same way — just make sure you're dragging windows onto that monitor's screen space first.

How to Split the Screen on macOS

macOS handles this through Stage Manager (macOS Ventura and later) or the older Split View feature, though the behavior differs slightly.

Split View on macOS:

  • Hover over the green full-screen button on any window
  • Select "Tile Window to Top of Screen" or "Tile Window to Bottom of Screen"
  • The second half will prompt you to choose a second window

Split View on macOS does lock both windows into a dedicated full-screen space, which some users find limiting. Third-party window managers like Magnet, Rectangle, or Moom give you more granular control — including custom keyboard shortcuts to snap windows to exact halves, quarters, or thirds of the screen regardless of orientation.

How to Split the Screen on Linux

Linux gives you the most flexibility, though the method depends heavily on which desktop environment you're running.

  • GNOME: Drag windows to the top or bottom edges, or use keyboard shortcuts (Super + Up/Down). Extensions like Pop Shell add more powerful tiling behavior.
  • KDE Plasma: Built-in window tiling is available and configurable through System Settings → Window Management.
  • i3, Sway, or other tiling window managers: These handle splits natively and are a common choice for users who work primarily on vertical monitors — splits are defined in the config and applied automatically.

The Role of Your Monitor's Resolution and Aspect Ratio

Not all vertical monitors are the same, and resolution affects how usable each half actually is.

Monitor Resolution (Portrait)Each Half (Top/Bottom)Practical Use
1080×19201080×960Good for documents, terminals
1440×25601440×1280Comfortable for most apps
2160×3840 (4K)2160×1920Near full-HD per half

Higher resolution vertical monitors make the split genuinely comfortable because each half still has enough vertical real estate. On lower-resolution displays, a 50/50 split can start to feel cramped — especially in apps with toolbars, ribbons, or navigation panels that eat into that space.

Display scaling also matters. If you're running at 150% or 200% scaling (common on high-DPI displays), the effective pixel space per half is reduced accordingly. What looks like 1440 pixels of height might behave like 960 logical pixels depending on your OS scaling settings.

When the Split Isn't Perfectly Even

Most snap tools default to a true 50/50 split, but that's not always what works best on a vertical screen. Many window managers — and all the third-party tools mentioned above — let you define custom split ratios: 60/40, 70/30, or even fixed pixel heights.

This matters more on vertical monitors than horizontal ones because vertical content behaves differently by app. A code editor might want 60% of the height; a Slack or email window often works fine with 40%. The ability to resize the split boundary (by dragging the divider between snapped windows) is available in Windows, macOS Split View, and most Linux environments.

Variables That Change the Experience

A few factors will shape exactly how this works for your setup:

  • Operating system version — Snap features vary significantly between Windows 10 and 11, and between macOS versions
  • Whether the vertical monitor is primary or secondary — some snap behaviors work differently on secondary displays
  • GPU and driver configuration — especially relevant if the portrait rotation is handled at the driver level (common with NVIDIA and AMD control panels) rather than natively in the OS display settings
  • App compatibility — some applications don't resize gracefully below certain widths, which can be a factor on narrower vertical monitors
  • Third-party window manager software — if you're already using one, it likely already supports portrait-mode splits

The right approach ultimately depends on which OS you're on, how your monitor is configured, and which apps you're splitting — all of which vary more than any single tutorial can fully account for.