Mac Not Detecting an External Monitor? Swap the Cable First
“My external display shows no signal on my Mac”
Change the cable, then change the port. Most external display failures live in the cable or the adapter, not in the Mac.
中文版:用中文阅读这篇 →
Try a different cable, then a different port. If you are going through a dock, connect directly to the Mac — docks are the most common point of failure.
What you are seeing
- The monitor reports no signal
- System Settings does not list an external display
- It works but only at a very low resolution
- The external screen stays dark after closing the lid
Common causes
- Cable or adapter lacking the required bandwidth — 4K at 60Hz needs a suitable spec
- Dock power delivery or protocol compatibility problems
- Wrong input source selected on the monitor
- Incorrect resolution or refresh rate settings
- Hardware limits on how many displays the Mac supports
Full walkthrough
- 01
Test with a direct connection
Connect the display straight to the Mac, bypassing every adapter and dock. If that works, the problem is the device in the middle. This is step one because it is the fastest way to narrow things down.
- 02
Check the cable specification
4K at 60Hz needs HDMI 2.0 or DisplayPort 1.2 and above, or DisplayPort Alt Mode over Thunderbolt/USB-C. Cheap HDMI cables often only manage 4K at 30Hz, which shows up as an inability to reach full resolution.
- 03
Confirm the monitor input source
You have to select the correct input manually on the monitor itself — HDMI 1, HDMI 2 or DP. This simple oversight comes up surprisingly often in real troubleshooting.
- 04
Ask macOS what it sees
Hold Option and click the Detect Displays button in System Settings → Displays where available, or use the command line to confirm whether the system recognises the external screen.
system_profiler SPDisplaysDataType | grep -A3 "Displays:" - 05
Reset display configuration
Apple silicon Macs manage display configuration automatically. On Intel Macs you can reset NVRAM by holding Option + Command + P + R at startup. You can also remove the display preference files and let the system rebuild them.
- 06
Confirm the hardware limit
Different Macs support different numbers of external displays at different resolutions. Check Apple’s official specifications for your model, particularly if you are driving two high-resolution screens at once.
How to prevent it
- Buy cables rated for the resolution and refresh rate you actually need
- Choose docks that support Thunderbolt or DisplayPort Alt Mode
- Remember that clamshell mode can reduce available thermal headroom
Follow-up questions
Why does my 4K monitor only run at 30Hz?
Bandwidth. HDMI 1.4 caps out at 4K 30Hz. Reaching 4K 60Hz requires HDMI 2.0 or above, on both the cable and the port.
Why does only one of two displays light up?
Either the model does not support that particular resolution combination, or the dock lacks bandwidth. Remove one display, then add it back to isolate the cause.