HomeTechOps

Mac

Mac dock mirrors instead of extending displays

Why two monitors on a Mac dock show the same screen instead of extending — the quick mirror setting to uncheck, and the real reason on Apple Silicon: macOS doesn't support DisplayPort MST, so a one-port dock can only mirror.

Why a single-port dock only mirrors

Reference images and diagrams. Click any image to view full resolution.

Diagram explaining why a single-port dock mirrors instead of extending on Apple Silicon: macOS on Apple Silicon has no DisplayPort Multi-Stream Transport, so a dock that splits one upstream stream into two monitors can only show the same image on both. The two real fixes are independent native outputs (each carrying its own stream within the chip's display limit) or a DisplayLink dock that builds the extra display in software. Windows supports MST, so the same dock extends there.
Original concept diagram (not vendor copyright). Apple Silicon macOS has no DisplayPort MST extended mode, so a one-port split dock can only mirror. To extend you need separate native outputs or a DisplayLink dock. The same dock extends on Windows (which supports MST) — the dock isn't faulty.

Problem summary

I'm here because I plugged two monitors into a dock and they both show the same thing — I want them to extend into one big desktop, not mirror. There are two completely different causes, and most guides only cover the easy one. Either it's just the Mirror Displays setting (a 10-second fix), or it's the deeper Apple Silicon limitation: macOS doesn't support DisplayPort MST, so a dock that splits a single port into two monitors can only mirror them. This page tells you which one you have and the real fix for each.

Operator snapshotEvidence first
First proof

Open Displays settings and check whether 'Mirror Displays' is on.

Screen to open

system_profiler SPDisplaysDataType

Expected signal

If it's just the setting, unchecking it extends immediately.

Stop boundary

Buying a single-port MST dock for dual extended monitors on Apple Silicon.

Layer path

1'Mirror when I want extend' has two unrelated causes that look identical, and conflating them wastes money. One is trivial — the Mirror Displays setting is on. The other is structural — the dock uses DisplayPort MST to split one video stream into two monitors, and macOS on Apple Silicon doesn't implement MST extended mode, so it mirrors or drives only one.
2The fast discriminator is how many displays the Mac actually sees. If it sees two and mirrors them, it's the setting. If it sees only one while two are plugged into the dock, the dock is doing MST and the Mac collapsed it — no setting will fix that, because the second stream never reaches macOS as an independent display.
3The real fixes are hardware-shaped: drive each monitor from its own native output (within the chip's display limit), or use DisplayLink, which builds extended displays in software rather than relying on MST. Returning the dock or reinstalling drivers does nothing, because MST-extend is a capability Apple Silicon macOS simply doesn't have.
Runbook

Step-by-step runbook

Start here. Do each check in order, compare it to the expected result, and stop when the evidence explains the failure or the safe stop point applies.

1

Check the easy cause

Check: Uncheck Mirror Displays in Displays settings.

Expected result: If it was the setting, the second monitor extends now.

If not: If only one display is listed, it's MST — continue.

2

Diagnose the dock

Check: Determine if the dock is MST (one stream split) and confirm `system_profiler` shows one display.

Expected result: You know whether the dock relies on MST.

If not: MST on Apple Silicon can't extend — plan a different path.

3

Pick the right hardware path

Check: Use two independent native outputs, or a DisplayLink dock, to extend.

Expected result: Both monitors become separate desktops.

If not: Grant DisplayLink Screen Recording permission if using it.

4

Respect the chip limit

Check: Confirm the display count is within your chip's cap.

Expected result: Native extend works within the limit; DisplayLink covers overflow.

If not: If over the cap, only DisplayLink adds more.

5

Verify the layout

Check: Arrange the displays and drag a window across.

Expected result: Windows move continuously — extending, not mirroring.

If not: If still mirroring, recheck Mirror and that outputs aren't an MST split.

Decision tree

Decision tree

If: Mac sees two displays but shows the same image.

Then: Mirror Displays is enabled.

Action: Uncheck Mirror / 'Use as Separate Display' in Displays settings.

If: Mac sees only one display while two are on an MST dock.

Then: DisplayPort MST extended mode, unsupported on Apple Silicon.

Action: Switch to two independent native outputs or a DisplayLink dock.

If: Dock provides independent outputs but still mirrors.

Then: Either Mirror is on or you've hit the chip's display limit.

Action: Re-check Mirror; confirm the displays you want are within the chip's cap.

If: DisplayLink dock mirrors or shows nothing.

Then: DisplayLink Manager lacks Screen Recording permission.

Action: Grant Screen Recording to DisplayLink Manager and relaunch.

If: Dock extends on Windows but mirrors on the Mac.

Then: Confirmed MST dock meeting the Apple Silicon limitation.

Action: Don't return it as faulty — use native outputs or DisplayLink for extend.

Evidence

Evidence table

SymptomEvidence to collectLikely layerNext action
Both monitors show the same desktop.Displays settings has Mirror enabled; two displays seen.Mirror setting.Uncheck Mirror to extend.
Two monitors on a one-cable dock, Mac sees one.`system_profiler SPDisplaysDataType` lists a single external display.MST extended unsupported on Apple Silicon.Use independent outputs or DisplayLink.
Dual extended works on Windows, mirrors on Mac.Dock spec lists MST/'split' multi-monitor.Apple Silicon MST limitation.Switch to DisplayLink or two native outputs.
DisplayLink dock shows nothing/mirrors.DisplayLink Manager has no Screen Recording permission.DisplayLink permission.Grant Screen Recording; relaunch the manager.
Native dual outputs still won't extend the extra monitor.Chip is at its external-display limit.Per-chip display ceiling.See the limits page; DisplayLink for overflow.
Reference

Commands and settings paths

Count the displays macOS actually sees

system_profiler SPDisplaysDataType

Where: Terminal on the Mac, with both monitors connected.

Expected: Lists each display macOS recognises (built-in + externals).

Failure means: Two on a one-port MST dock but only one listed confirms the MST limitation.

Safe next step: Switch to independent outputs or DisplayLink to extend.

Toggle mirror/extend

System Settings → Displays → uncheck Mirror Displays / Use as Separate Display

Where: Displays settings on the Mac.

Expected: Displays extend into separate desktops if Mirror was the only issue.

Failure means: If only one display exists to arrange, it's MST, not the setting.

Safe next step: Proceed to the MST/DisplayLink fix.

Check for a DisplayLink display path

ps aux | grep -i displaylink

Where: Terminal on the Mac.

Expected: Shows whether DisplayLink Manager is running for software-driven displays.

Failure means: If you expected DisplayLink to extend but it's not running/permitted, that's why.

Safe next step: Launch DisplayLink Manager and grant Screen Recording permission.

Hardware boundary

Hardware and platform boundary

Change only when

  • Buy a DisplayLink dock (or one with genuinely independent macOS outputs) rather than an MST dock if you need dual extended monitors on Apple Silicon.
  • If you want native dual extend, pick a Mac/dock combo that exposes two independent video outputs within the chip's display limit.

Evidence that matters

  • Whether the dock provides independent outputs or DisplayLink — not MST — for macOS extend.
  • Your chip's external-display limit, which still caps native displays.
  • DisplayLink Manager + Screen Recording permission if you go the DisplayLink route.

Evidence that does not matter

  • A dock's Windows multi-monitor rating — MST extend doesn't carry to Apple Silicon.
  • Port count on the dock — ports via MST don't become extended displays on a Mac.
  • Reinstalling drivers to 'enable' MST — macOS doesn't implement it.

Avoid

  • Buying a single-port MST dock for dual extended monitors on Apple Silicon.
  • Returning a dock as faulty when it's the macOS MST limitation.
  • Applying Intel-era MST advice to an M-series Mac.

Related tool/checklist

Use the linked tool when you need a guided plan from your exact symptoms instead of a static checklist.

NAS setup planner

Related problems

Last reviewed

2026-06-02 · Reviewed by HomeTechOps. Reviewed against Apple's connect-displays/display-count guidance and the documented lack of DisplayPort MST extended support on Apple Silicon (Plugable KB); separates the trivial Mirror-Displays setting from the structural MST limitation using the count of displays macOS actually sees, and routes the real fix to independent native outputs or DisplayLink.

Sources/assumptions

  • Assumes an Apple Silicon Mac (including macOS Tahoe / macOS 26); the MST limitation is specific to Apple Silicon and does not necessarily apply to Intel Macs.
  • Dock behaviour depends on whether it uses DisplayPort MST (single-stream split) or provides independent outputs / DisplayLink; check the dock's macOS support claims.
  • Per-chip display limits follow Apple's documentation; DisplayLink is a software display path with its own trade-offs.

Source-backed checks

HomeTechOps turns official docs and conservative safety rules into a shorter runbook. These links are the source trail for the page direction.