<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>WhatCable Blog</title>
  <subtitle>USB-C cables, Thunderbolt, and the deep weeds of port diagnostics.</subtitle>
  <link href="https://www.whatcable.uk/blog/feed.xml" rel="self" />
  <link href="https://www.whatcable.uk/blog" />
  <updated>2026-07-30T00:00:00Z</updated>
  <id>https://www.whatcable.uk/blog</id>
  <author>
    <name>Darryl Morley</name>
  </author>
  <entry>
    <title>Hello, world</title>
    <link href="https://www.whatcable.uk/blog/hello-world" />
    <updated>2026-05-20T00:00:00Z</updated>
    <id>https://www.whatcable.uk/blog/hello-world</id>
    <content type="html">&lt;p&gt;Welcome to the WhatCable blog.&lt;/p&gt;
&lt;p&gt;This is where I&#39;ll write about the messy, fun world underneath USB-C: why your
fast cable charges slowly, what a Thunderbolt 5 cable actually negotiates with
your Mac, which e-marker fields are honest and which are theatre, and the odd
counterfeit or quirk that turns up in cable reports.&lt;/p&gt;
&lt;h2&gt;What you&#39;ll find here&lt;/h2&gt;
&lt;p&gt;A few rough buckets:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Releases&lt;/strong&gt;: what shipped in the latest WhatCable version, and why.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Deep dives&lt;/strong&gt;: long-form pieces on the spec, the IOKit data, and how the
app reads it.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Investigations&lt;/strong&gt;: single-cable mysteries, mostly from community reports.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Guides&lt;/strong&gt;: practical &amp;quot;how do I know if X&amp;quot; walkthroughs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Notes&lt;/strong&gt;: short observations, dev diary entries, posts like this one.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;How to follow along&lt;/h2&gt;
&lt;p&gt;Drop the &lt;a href=&quot;https://www.whatcable.uk/blog/feed.xml&quot;&gt;Atom feed&lt;/a&gt; into your RSS reader and you&#39;re set. No
newsletter, no tracking, no comments. If you want to chime in, that&#39;s what
&lt;a href=&quot;https://github.com/darrylmorley/whatcable/issues&quot;&gt;GitHub issues&lt;/a&gt; are for.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Why is my MacBook charging so slow? A real diagnosis.</title>
    <link href="https://www.whatcable.uk/blog/why-is-my-macbook-charging-so-slow" />
    <updated>2026-05-21T00:00:00Z</updated>
    <id>https://www.whatcable.uk/blog/why-is-my-macbook-charging-so-slow</id>
    <content type="html">&lt;p&gt;In macOS Tahoe 26.4, Apple added a &amp;quot;Slow Charger&amp;quot; label. Plug in a charger that can&#39;t deliver full power and the menu bar tells you so.&lt;/p&gt;
&lt;p&gt;What it doesn&#39;t tell you is why.&lt;/p&gt;
&lt;p&gt;That&#39;s the gap. The OS confirms what you already suspected (yes, it&#39;s charging slowly) and then leaves you to guess whether the problem is the adapter, the cable, the port, the battery, or the laptop itself. Most of the time it&#39;s one of two things, and both are easy to confirm if you know where to look.&lt;/p&gt;
&lt;h2&gt;The actual causes, in order of how often they happen&lt;/h2&gt;
&lt;h3&gt;1. The adapter doesn&#39;t have enough watts for your Mac&lt;/h3&gt;
&lt;p&gt;This is the most common cause by a long way. Apple publishes minimum wattage figures for each MacBook and they&#39;re not suggestions, they&#39;re the floor for full-speed charging. Anything below the minimum and the Mac throttles down to whatever it can pull.&lt;/p&gt;
&lt;p&gt;The rough numbers, from &lt;a href=&quot;https://support.apple.com/en-us/109509&quot;&gt;Apple&#39;s adapter guide&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;MacBook Air (M-series):&lt;/strong&gt; 30W minimum&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MacBook Pro 14&amp;quot;:&lt;/strong&gt; 70W for the base chip, 96W for Pro/Max&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MacBook Pro 16&amp;quot;:&lt;/strong&gt; 140W&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A 30W adapter charging a 16&amp;quot; MBP will work, but it&#39;ll feel like it&#39;s not charging at all under load. Sometimes the battery still drains because the Mac is using more than the adapter can supply.&lt;/p&gt;
&lt;p&gt;How to confirm: check the wattage printed on the adapter itself. If it&#39;s below the minimum, that&#39;s your answer.&lt;/p&gt;
&lt;h3&gt;2. The cable is rated below the adapter&lt;/h3&gt;
&lt;p&gt;This one trips up a lot of people because the adapter and the Mac are both capable, but the cable in the middle is the bottleneck.&lt;/p&gt;
&lt;p&gt;USB-C cables carry an e-marker chip that declares what they can handle. A cable rated for 60W (3A at 20V) physically cannot pass 96W (4.7A at 20V) no matter what the adapter or the laptop ask for. The PD negotiation drops to whatever the weakest link supports.&lt;/p&gt;
&lt;p&gt;The giveaway: you bought a 96W or 140W charger, the Mac is the right model, and charging is still slow. Nine times out of ten it&#39;s the cable. Especially if it&#39;s the cable that came in the box with something else, or a generic spare from a drawer.&lt;/p&gt;
&lt;p&gt;How to confirm: this is where it gets fiddly without help. The cable&#39;s rating is usually not printed on the cable. You can&#39;t see the e-marker contents from the Finder or from System Information. We&#39;ll come back to this.&lt;/p&gt;
&lt;h3&gt;3. Optimised Battery Charging is holding at 80%&lt;/h3&gt;
&lt;p&gt;macOS learns your routine and parks the battery at 80% if it thinks you&#39;re about to leave it plugged in for hours. From its perspective this is a feature, since holding at 80% is much kinder to long-term battery health than sitting at 100% all day.&lt;/p&gt;
&lt;p&gt;From your perspective it looks like the charger isn&#39;t doing its job.&lt;/p&gt;
&lt;p&gt;How to confirm: System Settings → Battery → Battery Health → check the charging schedule. If Optimised Charging is on and the battery is sitting at exactly 80%, that&#39;s the cause. Click &amp;quot;Charge to Full Now&amp;quot; if you actually need it now.&lt;/p&gt;
&lt;h3&gt;4. The workload is outpacing the supply&lt;/h3&gt;
&lt;p&gt;If you&#39;re rendering video, compiling a large project, or running a sustained GPU load on a 14&amp;quot; or 16&amp;quot; MBP, you can genuinely draw more than the adapter delivers. The battery makes up the difference and the percentage creeps down despite being plugged in.&lt;/p&gt;
&lt;p&gt;How to confirm: open Activity Monitor → Energy tab → look at Energy Impact. If you&#39;re maxing out CPU or GPU, you&#39;re not going to charge while doing it on a 30W or 70W adapter.&lt;/p&gt;
&lt;h3&gt;5. Dirty port, damaged cable, hardware fault&lt;/h3&gt;
&lt;p&gt;The boring causes, but they happen. A USB-C port full of pocket lint won&#39;t seat the connector properly and the contacts won&#39;t make. A cable that&#39;s been kinked too many times near the connector can lose one of its conductors and drop from 96W to 60W (or worse) without looking obviously broken.&lt;/p&gt;
&lt;p&gt;How to confirm: try a different port on the same Mac. Try the same charger and cable on a different Mac if you can. If you get fast charging on a different port but not the original, the port&#39;s the problem. If you can&#39;t see anything obvious in the port, a wooden toothpick (never metal) is the safe tool for clearing lint.&lt;/p&gt;
&lt;p&gt;If you&#39;re on an Intel Mac and you&#39;ve exhausted everything else, an SMC reset is the next step. On Apple Silicon there&#39;s nothing to reset, it&#39;s all handled differently.&lt;/p&gt;
&lt;h2&gt;How to actually check what&#39;s happening&lt;/h2&gt;
&lt;p&gt;The diagnostic question that matters: what is the cable, adapter, and Mac actually negotiating right now?&lt;/p&gt;
&lt;p&gt;USB Power Delivery is a conversation. The adapter says &amp;quot;I can offer 5V/3A, 9V/3A, 15V/3A, 20V/4.7A.&amp;quot; The Mac picks the highest its battery can accept. The cable&#39;s e-marker sets the ceiling on current. They agree on a contract, and that contract is what determines your charging speed.&lt;/p&gt;
&lt;p&gt;macOS knows all of this. It reads the e-marker, it tracks the active PD contract, it knows what each port can do. It just doesn&#39;t surface any of it.&lt;/p&gt;
&lt;p&gt;This is what &lt;a href=&quot;https://www.whatcable.uk/&quot;&gt;WhatCable&lt;/a&gt; was built for. It sits in the menu bar and reads what macOS already has, then tells you in English:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The cable&#39;s e-marker rating (max watts, max current, max data speed)&lt;/li&gt;
&lt;li&gt;The active PD contract (volts and amps being negotiated right now)&lt;/li&gt;
&lt;li&gt;What the port itself can do&lt;/li&gt;
&lt;li&gt;Where the bottleneck is, if there is one&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;https://images.whatcable.uk/1779373950977-screenshot-2026-05-19-at-22-02-19.webp&quot; alt=&quot;WhatCable showing the active PD contract at 20V and 2.99A (60W), alongside the cable&#39;s e-marker rating, confirming the cable is not the bottleneck&quot; title=&quot;WhatCable reading the active power contract and cable e-marker&quot;&gt;&lt;/p&gt;
&lt;p&gt;A healthy reading on a 16&amp;quot; MBP with a 140W adapter and a 240W USB4 cable: 28V at 5A, cable rated for 240W, port rated for 140W. Everything matches.&lt;/p&gt;
&lt;p&gt;A throttled reading on the same setup but with a wrong cable: 20V at 3A, cable rated for 60W, port still rated for 140W. The cable is the bottleneck and you can see it.&lt;/p&gt;
&lt;p&gt;That&#39;s the answer to &amp;quot;why is it slow.&amp;quot; You can stop guessing.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;If you want to see exactly what your own setup is negotiating, &lt;a href=&quot;https://www.whatcable.uk/&quot;&gt;WhatCable&lt;/a&gt; reads the PD contract and the cable e-marker and shows it in the menu bar. The Slow Charger Indicator tells you there&#39;s a problem. WhatCable tells you which link in the chain caused it.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>Thunderbolt vs USB-C: what the connector hides</title>
    <link href="https://www.whatcable.uk/blog/thunderbolt-vs-usb-c" />
    <updated>2026-05-21T00:00:00Z</updated>
    <id>https://www.whatcable.uk/blog/thunderbolt-vs-usb-c</id>
    <content type="html">&lt;p&gt;USB-C is the shape of the connector. Thunderbolt is one of several high-speed protocols that uses that shape.&lt;/p&gt;
&lt;p&gt;That sentence is the entire answer to the headline question, and every page that ranks for this query opens with some version of it. The reason it keeps getting asked is that the visual is identical. A Thunderbolt 4 port and a basic USB-C 2.0 port look the same. The cables look the same. The plugs go in the same way. What changes is what&#39;s happening behind the connector.&lt;/p&gt;
&lt;p&gt;Here&#39;s the breakdown.&lt;/p&gt;
&lt;h2&gt;The comparison at a glance&lt;/h2&gt;
&lt;div class=&quot;table-wrap&quot;&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Standard&lt;/th&gt;
&lt;th&gt;Max data rate&lt;/th&gt;
&lt;th&gt;Video&lt;/th&gt;
&lt;th&gt;Power Delivery&lt;/th&gt;
&lt;th&gt;Daisy chain&lt;/th&gt;
&lt;th&gt;Cable needed&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;USB 2.0 (USB-C)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;480 Mbps&lt;/td&gt;
&lt;td&gt;None&lt;/td&gt;
&lt;td&gt;Up to 240W (PD 3.1)&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Basic USB-C&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;USB 3.2 Gen 2x2&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;20 Gbps&lt;/td&gt;
&lt;td&gt;DisplayPort Alt Mode&lt;/td&gt;
&lt;td&gt;Up to 240W&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;USB 3.2 cable&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Thunderbolt 3&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;40 Gbps&lt;/td&gt;
&lt;td&gt;2x 4K @ 60Hz or 1x 5K&lt;/td&gt;
&lt;td&gt;Up to 100W&lt;/td&gt;
&lt;td&gt;Yes (up to 6)&lt;/td&gt;
&lt;td&gt;TB3-certified&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;USB4&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;20 or 40 Gbps&lt;/td&gt;
&lt;td&gt;DisplayPort 1.4&lt;/td&gt;
&lt;td&gt;Up to 240W&lt;/td&gt;
&lt;td&gt;Limited&lt;/td&gt;
&lt;td&gt;USB4 cable&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Thunderbolt 4&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;40 Gbps&lt;/td&gt;
&lt;td&gt;2x 4K or 1x 8K&lt;/td&gt;
&lt;td&gt;Min 15W, up to 100W&lt;/td&gt;
&lt;td&gt;Yes (up to 6)&lt;/td&gt;
&lt;td&gt;TB4-certified&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Thunderbolt 5&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;80 Gbps (120 Gbps boost)&lt;/td&gt;
&lt;td&gt;3x 4K @ 144Hz&lt;/td&gt;
&lt;td&gt;Up to 240W&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;TB5-certified active&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;p&gt;The table is the artefact most people are looking for. The rest of this post is the why.&lt;/p&gt;
&lt;h2&gt;Thunderbolt 3 vs USB-C&lt;/h2&gt;
&lt;p&gt;TB3 was the first generation to share the USB-C connector, which is when the confusion started. Before TB3, Thunderbolt used Mini DisplayPort. After TB3, you couldn&#39;t tell a Thunderbolt port from a USB-C port without checking the lightning bolt icon next to it.&lt;/p&gt;
&lt;p&gt;Underneath, TB3 is doing a lot more than basic USB-C. It tunnels PCIe and DisplayPort over the same wire, which is what makes external GPUs and high-bandwidth docks possible. It runs at 40 Gbps where basic USB-C 3.2 caps out at 20 Gbps. It supports daisy-chaining up to six devices off a single port.&lt;/p&gt;
&lt;p&gt;The catch: TB3 cables are not the same as USB-C cables. A TB3-certified cable contains active electronics that maintain signal integrity over longer runs, which is why a 2m TB3 cable costs significantly more than a 2m USB-C cable. Use a generic USB-C cable in a TB3 port and you&#39;ll get USB speeds, not Thunderbolt speeds.&lt;/p&gt;
&lt;h2&gt;Thunderbolt 4 vs USB-C&lt;/h2&gt;
&lt;p&gt;TB4 didn&#39;t push the headline speed up. It&#39;s still 40 Gbps, same as TB3. What TB4 did was tighten the minimum requirements.&lt;/p&gt;
&lt;p&gt;Where TB3 said &amp;quot;up to 40 Gbps&amp;quot;, TB4 says &amp;quot;must be 40 Gbps&amp;quot;. Where TB3 video support varied by host, TB4 requires support for two 4K displays. Where TB3 had no minimum charging spec, TB4 requires at least 15W for accessory charging and 100W host charging on at least one port. TB4 also requires support for PCIe data tunneling at higher minimum rates than TB3.&lt;/p&gt;
&lt;p&gt;For the user, TB4 means fewer surprises. A TB4-certified port and a TB4-certified cable will hit the spec sheet every time. You don&#39;t have to read the small print.&lt;/p&gt;
&lt;h2&gt;Thunderbolt 5 vs USB-C&lt;/h2&gt;
&lt;p&gt;TB5 is the current top of the pile, on Macs with M4 Pro and M4 Max chips and later. The headline number is 80 Gbps symmetric, double what TB3 and TB4 offered. In &amp;quot;Bandwidth Boost&amp;quot; mode it goes to 120 Gbps in one direction and 40 Gbps in the other, designed for driving very high-refresh-rate displays.&lt;/p&gt;
&lt;p&gt;TB5 also bumps the power spec. Up to 240W of Power Delivery, matching USB PD 3.1&#39;s ceiling.&lt;/p&gt;
&lt;p&gt;For a basic USB-C port, none of this applies. A USB-C device in a TB5 port still runs at USB speeds. A TB5 device in a basic USB-C port either drops to USB mode or doesn&#39;t work at all, depending on the device.&lt;/p&gt;
&lt;p&gt;TB5 cables are required to be active. The bandwidth is too high for passive copper at any meaningful length.&lt;/p&gt;
&lt;h2&gt;USB4 vs Thunderbolt 4&lt;/h2&gt;
&lt;p&gt;This is the comparison that confuses people the most, because USB4 and Thunderbolt 4 are essentially the same thing under different names.&lt;/p&gt;
&lt;p&gt;USB4 was developed in collaboration with Intel and licensed from the Thunderbolt 3 specification. The result is that USB4 and TB4 share most of their underlying mechanics. Both can run at 40 Gbps. Both tunnel DisplayPort and PCIe over USB-C. Both support up to 240W via USB PD 3.1.&lt;/p&gt;
&lt;p&gt;The difference is in what&#39;s mandatory.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;USB4&lt;/strong&gt; has two tiers, &lt;a href=&quot;https://www.usb.org/usb4&quot;&gt;20 Gbps and 40 Gbps&lt;/a&gt;. Many features are optional. A USB4 port might or might not support PCIe tunneling, might or might not hit the full 40 Gbps, might or might not charge external devices.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Thunderbolt 4&lt;/strong&gt; is strict. All features are mandatory at the full spec. Buy something labelled TB4 and you know what you&#39;re getting.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In practice, if you&#39;ve got a Mac with a TB4 or TB5 port and you plug in a USB4 device, it should work. The reverse (USB4 host, Thunderbolt device) is also fine for Thunderbolt 3 and later devices, because USB4 hosts are required to be backward compatible with TB3.&lt;/p&gt;
&lt;h2&gt;How to tell what you actually have&lt;/h2&gt;
&lt;p&gt;The visual cue is the lightning bolt icon next to the port. If you see one, the port supports Thunderbolt. If you don&#39;t, it&#39;s basic USB-C.&lt;/p&gt;
&lt;p&gt;The icon tells you what the port can do. It does not tell you what your cable can do.&lt;/p&gt;
&lt;p&gt;This is the part nobody talks about. A USB-C cable in a Thunderbolt port is still a USB-C cable. The port will negotiate down to whatever the cable supports. You can have a TB5 port and a 40 Gbps device and still get USB 3.2 speeds because the cable in the middle is a 20 Gbps cable that came with a hard drive five years ago.&lt;/p&gt;
&lt;p&gt;Every USB-C cable rated above 60W, and every cable faster than USB 2.0, contains an e-marker chip. Either one on its own is enough to require it. The chip declares what the cable can carry: max current, max voltage, max data rate. macOS reads this chip when the connection calls for it, above 3A of current or on a Thunderbolt link. It just doesn&#39;t show you what it reads.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.whatcable.uk/&quot;&gt;WhatCable&lt;/a&gt; reads the e-marker and shows you what the cable is. Not what you hoped it was, not what the box claimed, what the cable itself is telling the Mac. If you&#39;ve ever wondered whether the &amp;quot;Thunderbolt cable&amp;quot; you bought online is actually Thunderbolt, this is how you check. You can also see how your cable rates against known references in the &lt;a href=&quot;https://www.whatcable.uk/cables&quot;&gt;cables database&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;There is one more trick. On a Thunderbolt or USB4 connection, WhatCable does not just trust the chip. It reads the speed the Mac&#39;s controller actually negotiated with the cable and shows it next to the e-marker&#39;s claim, so a cable that performs better than its chip admits gets caught. That only works on a live Thunderbolt or USB4 link, and the measured figure is a floor: at least this fast, sometimes more if the device at the far end was the limit.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://images.whatcable.uk/1779375774954-whatcable-screenshot-usb4-cable-readout.webp&quot; alt=&quot;WhatCable showing a USB-C cable identified as USB4 Gen 3, 40 Gbps, Thunderbolt 4 class, rated for 5A at 50V, with a confirmation that the connected 10 Gbps drive is running at full device speed&quot; title=&quot;WhatCable identifying a USB4 cable in the menu bar&quot;&gt;&lt;/p&gt;
&lt;h2&gt;Compatibility, both directions&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;USB-C device into a Thunderbolt port:&lt;/strong&gt; works, at USB speeds. The TB port has full USB-C compatibility built in. Plug in a phone, a basic USB hub, or a regular external drive and it&#39;ll run at whatever the device supports.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thunderbolt device into a USB-C port:&lt;/strong&gt; often doesn&#39;t work. Thunderbolt requires an explicit handshake between host and device that USB-C ports don&#39;t perform. Some Thunderbolt docks have a USB fallback mode and will partially work, with reduced features. Most TB-only accessories (external GPUs, high-end audio interfaces, fast NVMe enclosures) will simply not appear.&lt;/p&gt;
&lt;p&gt;This is why &amp;quot;is this port USB-C or Thunderbolt&amp;quot; matters before you spend money on a TB accessory.&lt;/p&gt;
&lt;h2&gt;What about charging&lt;/h2&gt;
&lt;p&gt;Both USB-C and Thunderbolt use the same USB Power Delivery spec for charging. The difference is the minimums, not the maximums.&lt;/p&gt;
&lt;p&gt;A TB4 host port has to deliver at least 15W. A TB4 PC host port has to deliver at least 100W on at least one port. Basic USB-C has no such minimum.&lt;/p&gt;
&lt;p&gt;For charging specifically, the protocol matters less than the wattage. A 140W basic USB-C charger will charge a 16&amp;quot; MacBook Pro just as fast as a 140W Thunderbolt cable would, because they&#39;re using the same PD spec underneath. We&#39;ve written about &lt;a href=&quot;https://www.whatcable.uk/blog/why-is-my-macbook-charging-so-slow&quot;&gt;why your MacBook might still charge slowly&lt;/a&gt; even with the right adapter, and it almost always comes down to the cable.&lt;/p&gt;
&lt;h2&gt;Cost and why TB cables are expensive&lt;/h2&gt;
&lt;p&gt;A passive USB-C cable is cheap because it&#39;s just wires. It works because the signal at USB 2.0 speeds is forgiving over a metre or two of copper.&lt;/p&gt;
&lt;p&gt;A Thunderbolt cable at 40 Gbps or 80 Gbps cannot be passive at any useful length. The signal degrades too fast. TB cables contain active electronics that reshape the signal at the connector, which is why a 2m TB4 cable costs five times what a 2m USB-C cable does. TB5 cables go further, requiring active electronics in the connectors even at short lengths.&lt;/p&gt;
&lt;p&gt;If you see a &amp;quot;Thunderbolt 5 cable&amp;quot; for £8 on a marketplace, it probably isn&#39;t one.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;If you want to see whether your cable is genuinely Thunderbolt or just USB-C in a Thunderbolt port, &lt;a href=&quot;https://www.whatcable.uk/&quot;&gt;WhatCable&lt;/a&gt; reads the e-marker and tells you straight.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>WhatCable doesn&#39;t just take the cable&#39;s word for it</title>
    <link href="https://www.whatcable.uk/blog/why-whatcable-checks-the-whole-chain" />
    <updated>2026-07-17T00:00:00Z</updated>
    <id>https://www.whatcable.uk/blog/why-whatcable-checks-the-whole-chain</id>
    <content type="html">&lt;p&gt;Every review of WhatCable lands on the same caveat. Some cables lie about what they can do, so an app that reads a cable can be fooled. That&#39;s true. It&#39;s also half the story, and the other half is the part that makes WhatCable worth having.&lt;/p&gt;
&lt;p&gt;Here&#39;s the distinction.&lt;/p&gt;
&lt;h2&gt;What a cable claims vs what the link actually does&lt;/h2&gt;
&lt;p&gt;A USB-C cable with an e-marker chip carries a small block of self-description. Rated speed, current, voltage, vendor ID, active or passive. When you plug it in, your Mac asks the chip &amp;quot;what are you?&amp;quot; and the chip answers. That answer is a claim. Nothing more. A cheap cable can claim 240W and 40 Gbps and be wired for neither.&lt;/p&gt;
&lt;p&gt;If all WhatCable did was print that claim back to you, the worry would be fair. A liar with a nice font is still a liar.&lt;/p&gt;
&lt;p&gt;But the claim is one input, not the answer.&lt;/p&gt;
&lt;h2&gt;It reads the whole chain, then checks it against itself&lt;/h2&gt;
&lt;p&gt;Every connection has more than a cable in it. There&#39;s the port on your Mac, the cable, and the thing on the other end: a charger, a dock, a drive, a display. Each part reports what it can do, and the two ends negotiate a result they can both live with.&lt;/p&gt;
&lt;p&gt;WhatCable reads all of it. The Mac port&#39;s own capability. The cable&#39;s e-marker. The device or charger&#39;s identity. Then it does the part that matters. It compares what each part claims against what the link actually negotiated, and it names the weakest link.&lt;/p&gt;
&lt;p&gt;So when a cable claims 40 Gbps but the connection came up at 10, you don&#39;t just see the cable&#39;s boast. You see the boast, the reality, and where they diverge. And WhatCable is careful about who it blames. It ranks the suspects, device first, then the Mac port, then the cable, so it won&#39;t tell you to buy a new cable when the thing actually holding you back is the drive you plugged in. Replacing the cable there would change nothing, and saying so would be worse than saying nothing.&lt;/p&gt;
&lt;p&gt;That&#39;s a diagnosis of the connection. Not a recital of what the cable says about itself.&lt;/p&gt;
&lt;h2&gt;The Thunderbolt cross-check: a second, independent witness&lt;/h2&gt;
&lt;p&gt;This is the part the &amp;quot;cables can lie&amp;quot; caveat doesn&#39;t account for.&lt;/p&gt;
&lt;p&gt;On a Thunderbolt or USB4 link, WhatCable doesn&#39;t only ask the cable how fast it is. It also reads Apple&#39;s own Thunderbolt controller, which measures the speed the link actually trained to, in hardware, with no reference to the e-marker at all. Two separate sources: what the cable says, and what the controller measured.&lt;/p&gt;
&lt;p&gt;When they agree, fine. When they disagree, that&#39;s the interesting case, and it usually runs the opposite way to what you&#39;d expect.&lt;/p&gt;
&lt;p&gt;Some active Thunderbolt 4 cables under-sell themselves in their e-marker. The chip reports &amp;quot;passive&amp;quot; or a low speed, while the cable is quietly carrying a full 40 Gbps. Read the e-marker alone and you&#39;d under-rate a perfectly good cable. WhatCable sees the controller measuring more than the chip claims, trusts the hardware measurement over the self-report, and tells you the cable is doing 40. The cable lied, and WhatCable corrected it upward from an independent reading. That&#39;s the exact opposite of being fooled.&lt;/p&gt;
&lt;p&gt;It also refuses to make the mistake in reverse. A genuine 80 Gbps cable run between two 40 Gbps ports will negotiate 40, because 40 is all the endpoints can do. The controller&#39;s measurement is a floor on what the cable can carry, never a ceiling. So WhatCable treats &amp;quot;the link ran at 40&amp;quot; as proof the cable does at least 40, not as evidence the cable&#39;s 80 Gbps claim is a lie. A cable rated above what its endpoints can use is completely normal, and calling it suspicious would be a false alarm.&lt;/p&gt;
&lt;h2&gt;Charging: which of the three parts is the reason&lt;/h2&gt;
&lt;p&gt;Same idea, different signal. When you ask &amp;quot;why is my MacBook charging slowly&amp;quot;, there are three numbers in play: what the charger can output, what the cable is rated to carry, and what the connection actually negotiated. WhatCable reads all three and tells you which one is the bottleneck.&lt;/p&gt;
&lt;p&gt;If the cable is rated below the charger, it says so plainly, replace the cable. But it&#39;s just as careful about the times the cable is fine. Charging at 30W off a 96W charger is usually not a fault at all. It&#39;s your Mac asking for less because the battery is nearly full, or because a charge limit is active, or because macOS draws from one charger at a time and this port is on standby while another does the work. WhatCable names each of those states rather than leaving a healthy cable under suspicion. The goal is a correct answer, not an alarming one.&lt;/p&gt;
&lt;h2&gt;Displays: it clears the cable, it won&#39;t frame it&lt;/h2&gt;
&lt;p&gt;Video is the one dimension where WhatCable is deliberately more cautious, and the caution is the point.&lt;/p&gt;
&lt;p&gt;It reads the display&#39;s EDID, the block the monitor uses to describe its resolutions and refresh rates, works out the bandwidth the monitor&#39;s best mode needs, and compares that against the bandwidth the link is currently carrying. If the link already covers the top mode, it says so with confidence.&lt;/p&gt;
&lt;p&gt;If it doesn&#39;t, WhatCable will not automatically blame the cable, because from this kind of passive reading it genuinely can&#39;t tell a cable that&#39;s maxed out from a resolution you simply haven&#39;t selected yet. A DisplayPort link trains itself down to whatever&#39;s on screen to save power, so a &amp;quot;slow&amp;quot; link is often just an unused one. What WhatCable can do is clear the cable when the evidence allows, for instance when the video is tunnelled over Thunderbolt (so the cable is carrying far more than any picture needs) or when every DisplayPort lane the Mac provides is already in use. It can also spot when your display is using compression (DSC) to fit a big mode like 4K120 through the link, and say the picture is fine rather than cry shortfall. It exonerates the cable on evidence. It never convicts it on a guess.&lt;/p&gt;
&lt;h2&gt;Where the caveat is still fair&lt;/h2&gt;
&lt;p&gt;Software can&#39;t see inside the jacket. If a cable&#39;s e-marker claims 240W and the copper can&#39;t carry it, and you never draw enough power to expose the gap, WhatCable will show you the claim with nothing to contradict it. At that point the chip is lying and there&#39;s nothing in the data to catch it out.&lt;/p&gt;
&lt;p&gt;No pretending otherwise. WhatCable does flag a handful of internal tells that tend to travel with dodgy cables: reserved bit patterns the spec doesn&#39;t allow, a vendor ID that resolves to no known maker, an e-marker that claims high-voltage charging while reporting a voltage that can&#39;t support it. Ten checks in all. But it&#39;s deliberately restrained about them. A blank vendor ID on its own doesn&#39;t trip a warning, because plenty of genuine cables ship without one, Apple&#39;s included. WhatCable only leans on that signal when the rest of the e-marker is inconsistent too. The flags are a reason to look closer, not a verdict. The only thing that proves what&#39;s physically inside a cable is a hardware tester, and WhatCable has never claimed to be one.&lt;/p&gt;
&lt;h2&gt;Trust is earned by delivering, not by claiming&lt;/h2&gt;
&lt;p&gt;That restraint is the whole design of WhatCable&#39;s trust rating, and it&#39;s worth spelling out because it&#39;s the direct answer to &amp;quot;an app that reads a cable can be fooled&amp;quot;.&lt;/p&gt;
&lt;p&gt;WhatCable does not hand a cable a clean bill of health for having a tidy e-marker. We tried scoring cables on their e-marker bits and it failed against real hardware: the &amp;quot;suspicious&amp;quot; flags fired on genuine cables, Apple&#39;s own among them. So a cable earns a green rating one way only, by being watched to deliver its claim. The link actually carried its rated speed, or a charge actually pulled its full rated power. A registered vendor ID isn&#39;t enough. A confident-looking e-marker isn&#39;t enough. Pedigree is not proof. Delivery is.&lt;/p&gt;
&lt;p&gt;Until then a cable sits at &amp;quot;unverified&amp;quot;, which is not an accusation, just an honest &amp;quot;nothing demanding has been connected yet, so there&#39;s nothing to confirm&amp;quot;. And a cable can lose trust too: if the connection repeatedly drops or degrades under load over a session, that observed failure outranks any earlier claim.&lt;/p&gt;
&lt;h2&gt;The point&lt;/h2&gt;
&lt;p&gt;When something&#39;s slower than it should be, &amp;quot;is this cable any good&amp;quot; is really &amp;quot;why is this slow, and is the cable the reason&amp;quot;. Answering that means reading the whole chain, not the cable&#39;s boast, and on Thunderbolt, checking that boast against what the hardware actually measured.&lt;/p&gt;
&lt;p&gt;WhatCable does that. The cable&#39;s own claim is one witness, and not always an honest one. It&#39;s never the only one in the room.&lt;/p&gt;
</content>
  </entry>
  <entry>
    <title>How to tell if a USB-C cable is Thunderbolt</title>
    <link href="https://www.whatcable.uk/blog/is-my-usb-c-cable-thunderbolt" />
    <updated>2026-07-30T00:00:00Z</updated>
    <id>https://www.whatcable.uk/blog/is-my-usb-c-cable-thunderbolt</id>
    <content type="html">&lt;p&gt;&lt;img src=&quot;https://images.whatcable.uk/1785420463960-tangled-usb-c-cables.jpg&quot; alt=&quot;A tangle of unmarked USB-C cables, none of them visibly different from each other&quot; title=&quot;Tangled USB Cables&quot;&gt;&lt;/p&gt;
&lt;h1&gt;How to tell if a USB-C cable is Thunderbolt&lt;/h1&gt;
&lt;p&gt;You can&#39;t tell by looking. Not reliably.&lt;/p&gt;
&lt;p&gt;The cable knows what it is. There&#39;s a chip inside the connector called an e-marker that declares its capabilities, and your Mac can read that declaration. The trick is getting it back out in a form you can use.&lt;/p&gt;
&lt;p&gt;Three ways to do it, worst to best.&lt;/p&gt;
&lt;h2&gt;Method 1: look at the connector (mostly useless)&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;https://images.whatcable.uk/1785420708124-thunderbolt-and-usbc-cables.jpg&quot; alt=&quot;Two USB-C connectors side by side, one stamped with the Thunderbolt symbol and one unmarked&quot; title=&quot;Two USB-C connectors side by side&quot;&gt;&lt;/p&gt;
&lt;p&gt;Every guide on the internet tells you to look for a lightning bolt symbol. It&#39;s the first answer on every page, and it&#39;s the weakest one.&lt;/p&gt;
&lt;p&gt;Intel does require certification for the Thunderbolt mark. Computers, accessories and cables all have to pass their test suites before they can carry it. So when the symbol is there and genuine, it means something.&lt;/p&gt;
&lt;p&gt;The problem is everything else:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Most cables in your drawer have no markings at all&lt;/li&gt;
&lt;li&gt;The bolt often appears on the port rather than the cable, which tells you what your Mac can do, not what the cable can do&lt;/li&gt;
&lt;li&gt;Counterfeit marks exist, and marketplaces are full of them&lt;/li&gt;
&lt;li&gt;A cable can be genuinely capable and completely unmarked, because plenty of manufacturers don&#39;t bother certifying&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If your cable has a bolt and a number stamped on the housing, you have your answer. If it doesn&#39;t, you&#39;ve learned nothing. Which describes most cables.&lt;/p&gt;
&lt;h2&gt;Method 2: System Information&lt;/h2&gt;
&lt;p&gt;macOS does expose this. It&#39;s buried, but it&#39;s there.&lt;/p&gt;
&lt;p&gt;Apple menu &amp;gt; About This Mac &amp;gt; More Info &amp;gt; System Report. Then look under Hardware for Thunderbolt or Thunderbolt/USB4, depending on your Mac.&lt;/p&gt;
&lt;p&gt;This works, with one significant catch: you need a Thunderbolt device plugged in at the other end. The pane reports on the link, and there&#39;s no Thunderbolt link without a Thunderbolt device. Plug in a phone or a basic hub and it tells you nothing useful about the cable.&lt;/p&gt;
&lt;p&gt;The second catch is subtler. What you&#39;re looking at is the negotiated result of three things: your Mac&#39;s port, the cable, and the device. If it comes back slower than expected, System Information won&#39;t tell you which of the three is responsible. You&#39;re left swapping components one at a time until the number changes.&lt;/p&gt;
&lt;p&gt;It&#39;s the free answer and it&#39;s better than guessing. It&#39;s just not a cable test.&lt;/p&gt;
&lt;h2&gt;Method 3: read the e-marker&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;https://images.whatcable.uk/1785421681570-whatcable-screenshot.png&quot; alt=&quot;WhatCable screenshot showing e-marker reading&quot; title=&quot;WhatCable screenshot&quot;&gt;&lt;/p&gt;
&lt;p&gt;This is the actual answer.&lt;/p&gt;
&lt;p&gt;An e-marker is a small chip in the cable&#39;s connector. It holds a description of what the cable can do: maximum current, data rate, whether the cable is active or passive, who made it. The USB-IF publishes the test methodology labs use to verify them.&lt;/p&gt;
&lt;p&gt;The specification requires an e-marker under two conditions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Any cable carrying more than 3A.&lt;/strong&gt; That&#39;s the 100W and 240W cables.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Any full-featured cable.&lt;/strong&gt; Meaning anything doing USB 3.x signalling or faster, regardless of how much power it carries.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Both conditions matter, and the second one is the useful one. Every Thunderbolt cable has an e-marker. So does every 10Gb/s cable, every USB4 cable, and every cable that charges above 60W.&lt;/p&gt;
&lt;p&gt;Which means a cable with no e-marker at all is telling you something quite specific. It&#39;s a basic charging cable: USB 2.0 data at 480Mb/s, 60W or less. Not Thunderbolt, and not close.&lt;/p&gt;
&lt;p&gt;And a cable with an e-marker is telling you exactly what it is, in its own words, regardless of what the packaging claimed or what the seller wrote in the listing.&lt;/p&gt;
&lt;p&gt;One practical note before you go looking. The e-marker isn&#39;t read the moment the plug goes in. It&#39;s read during power negotiation, which means something has to be connected at the other end to trigger it. A cable hanging out of a port with nothing on the far end tells you nothing.&lt;/p&gt;
&lt;p&gt;One more condition. macOS only reads the e-marker when the connection negotiates above 3A, or when the link is Thunderbolt. In practice: a charger above 60W will do it, and so will any Thunderbolt device. A low-power phone charger won&#39;t. Still an easier ask than the Thunderbolt pane in System Information, which wants an actual Thunderbolt device before it shows you anything at all.&lt;/p&gt;
&lt;p&gt;WhatCable reads the e-marker and puts it in plain English. Plug the cable into a charger above 60W, look at the menu bar. Speed, power rating, active or passive, and whether the thing is genuinely Thunderbolt or a USB-C cable sitting in a Thunderbolt port. No menu diving, and no need to dig out a Thunderbolt dock just to identify a lead.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.whatcable.uk/&quot;&gt;Download WhatCable&lt;/a&gt; free, open source, Apple Silicon.&lt;/p&gt;
&lt;h2&gt;What the answer actually means&lt;/h2&gt;
&lt;p&gt;Once you&#39;ve read the e-marker you&#39;ll want to know what it&#39;s telling you. The generations differ more than the marketing suggests.&lt;/p&gt;
&lt;div class=&quot;table-wrap&quot;&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Cable&lt;/th&gt;
&lt;th&gt;Max data&lt;/th&gt;
&lt;th&gt;Passive length at full speed&lt;/th&gt;
&lt;th&gt;Power&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Plain USB-C (no e-marker)&lt;/td&gt;
&lt;td&gt;480Mb/s&lt;/td&gt;
&lt;td&gt;n/a&lt;/td&gt;
&lt;td&gt;60W&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;USB-C 5Gb/s&lt;/td&gt;
&lt;td&gt;5Gb/s&lt;/td&gt;
&lt;td&gt;2m&lt;/td&gt;
&lt;td&gt;60-100W&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;USB-C 10/20Gb/s&lt;/td&gt;
&lt;td&gt;10-20Gb/s&lt;/td&gt;
&lt;td&gt;1m&lt;/td&gt;
&lt;td&gt;60-100W&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Thunderbolt 3&lt;/td&gt;
&lt;td&gt;40Gb/s&lt;/td&gt;
&lt;td&gt;0.5m&lt;/td&gt;
&lt;td&gt;100W&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Thunderbolt 4&lt;/td&gt;
&lt;td&gt;40Gb/s&lt;/td&gt;
&lt;td&gt;2m&lt;/td&gt;
&lt;td&gt;100W, 240W on EPR models&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Thunderbolt 5&lt;/td&gt;
&lt;td&gt;80Gb/s, 120Gb/s boost&lt;/td&gt;
&lt;td&gt;around 1m&lt;/td&gt;
&lt;td&gt;240W&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;p&gt;A few things worth pulling out of that table.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thunderbolt 3 passive cables fall off a cliff.&lt;/strong&gt; A passive TB3 cable holds full 40Gb/s at half a metre. At two metres, the same passive cable drops to 20Gb/s. Half the bandwidth, no warning, no error message. If you want 40Gb/s over two metres on TB3 you need an active cable, which is why the long ones cost so much more.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thunderbolt 4 fixed that.&lt;/strong&gt; The TB4 specification requires certified passive cables to hold 40Gb/s all the way to two metres. If you&#39;re buying a long cable and you have the choice, this is the generation where the certification earns its money.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thunderbolt 5 tightens it up again.&lt;/strong&gt; TB5 runs at 80Gb/s bidirectional as standard, with a 120Gb/s Bandwidth Boost mode that reallocates lanes to push more in one direction. Higher frequencies mean less tolerance for signal loss, so the passive limit comes back down to roughly a metre. Beyond that you need retimer chips in the connectors.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Active cables aren&#39;t automatically better.&lt;/strong&gt; An active cable regenerates the signal, which buys you length. It doesn&#39;t buy you speed the cable wasn&#39;t already rated for. A long active TB3 cable is still a 40Gb/s cable.&lt;/p&gt;
&lt;p&gt;For reference, Apple&#39;s own Thunderbolt 4 Pro Cable handles 40Gb/s and 100W. The Thunderbolt 5 Pro Cable handles 120Gb/s and 240W. Both are USB-C at both ends and look near enough identical in a drawer.&lt;/p&gt;
&lt;h2&gt;The mistakes worth avoiding&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;A 240W cable is not necessarily a fast cable.&lt;/strong&gt; EPR charging and high-speed data are separate capabilities. Plenty of 240W cables carry USB 2.0 data and nothing more. They&#39;ll charge a MacBook Pro at full tilt and make an external SSD crawl. If a cable is advertised only by wattage, assume the data side is basic.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;An eight-pound &amp;quot;Thunderbolt 5&amp;quot; cable isn&#39;t one.&lt;/strong&gt; TB5 signalling is unforgiving, so the cable has to be built to much tighter tolerances than a general-purpose USB-C lead. Anything past about a metre needs retimer silicon on top of that, and Intel certification costs money to obtain. Cheap plus TB5 means one of the two claims is false.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;USB4 40Gb/s is not the same as Thunderbolt certified.&lt;/strong&gt; They frequently behave identically. Thunderbolt 4 is built on top of USB4, but it makes mandatory a set of things USB4 leaves optional. An uncertified USB4 cable may do everything you need. It just hasn&#39;t been tested to prove it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;In a daisy chain, the weakest cable sets the ceiling.&lt;/strong&gt; Chain a dock, a display and a drive together and every device downstream of your worst cable is limited by it. This is the failure mode that produces the most confused support requests, because the problem cable is often the one nowhere near the thing that&#39;s misbehaving.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;Still not sure what&#39;s in your drawer? &lt;a href=&quot;https://www.whatcable.uk/&quot;&gt;WhatCable&lt;/a&gt; reads the cable, the port, the charger and the connected device, then tells you which one is the bottleneck. Free on Apple Silicon.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Related: &lt;a href=&quot;https://www.whatcable.uk/blog/thunderbolt-vs-usb-c&quot;&gt;Thunderbolt vs USB-C: what the connector hides&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
</content>
  </entry>
</feed>