USB4 vs. USB-C: What’s the Real Difference?

USB4 Type-C
USB4 Type-C

If you’ve ever specced a cable and typed “USB4” into one line of the BOM and “USB-C” into another, you’re not alone — and you’re also describing two different things. USB-C is a connector shape. USB4 is a protocol that happens to run through that connector. A USB-C port on a $15 phone charger and a USB-C port on an 80Gbps workstation dock look identical from the outside, and that’s exactly the problem procurement and design teams run into.

This guide breaks down what separates the two, what changed with USB4 Version 2.0, how Thunderbolt 5 fits in, and — since this matters more to us than it does to a retail buyer — what it actually takes to spec and build a custom USB4 or USB-C cable assembly that performs the way the datasheet says it will.

Key Takeaways

  • USB-C is the physical connector: a reversible, 24-pin interface. It says nothing on its own about speed or power.
  • USB4 is the data/power protocol. It only runs over a USB-C connector, but not every USB-C port runs USB4.
  • USB4 Version 2.0 (“USB 80Gbps”) doubled the original USB4 ceiling from 40Gbps to 80Gbps bidirectional, with an optional 120Gbps/40Gbps asymmetric mode for display-heavy setups.
  • Thunderbolt 5 is built on USB4 Version 2.0’s foundation but adds Intel’s mandatory certification, guaranteeing the full 80Gbps (up to 120Gbps with Bandwidth Boost) instead of leaving it optional.
  • Cable length matters more at higher speeds. A passive copper cable typically holds full 80Gbps performance only up to roughly 0.8 meters; anything longer needs active electronics or an optical solution.
  • Not every “USB-C cable” is USB4-certified. For OEM production, certification, shielding, and controlled impedance are what separate a cable that passes bench testing from one that fails in the field.

USB-C vs. USB4: Untangling the Names

USB-C, formally the USB Type-C Cable and Connector Specification, defines the physical plug — a reversible 24-pin connector introduced in 2014. That specification alone covers the mechanical fit, pinout, and how the cable negotiates power delivery. It does not define how fast data moves through it.

Type-c interface definition
USB-C 24-pin connector pinout definition

USB4 is the protocol layer. First published by the USB Implementers Forum (USB-IF) in 2019, USB4 is what actually tunnels USB 3.x, DisplayPort, and PCI Express traffic through a USB-C connector at high speed. A device can have a USB-C port and still only run USB 2.0 speeds underneath — this happens constantly on budget hardware, and it’s the single biggest source of “why is my cable so slow” support tickets across the industry.

For our purposes as cable builders, the distinction matters because it changes what you’re actually testing and certifying. A connector-only spec check confirms fit and pinout. A protocol-level check confirms the cable can carry the data rate the product needs — which is where most of our engineering conversations with customers actually start. For a deeper look at how USB-C compares mechanically to USB-A, USB-B, and the older mini/micro connectors, see our USB connector types guide.

What Changed With USB4 Version 2.0

The original USB4 spec topped out at 40Gbps. In October 2022, USB-IF published USB4 Version 2.0 — branded to end users as “USB 80Gbps” — which doubled that ceiling. The headline numbers:

SpecPublishedMax Data RateSignalingDisplay SupportMax Power
USB4 Version 1.0201940Gbps (20Gbps mandatory baseline)NRZDisplayPort tunnelingUSB PD 3.0, 100W
USB4 Version 2.0 (“USB 80Gbps”)202280Gbps bidirectional / 120Gbps asymmetricPAM3DisplayPort 2.1USB PD 3.1 EPR, up to 240W
Thunderbolt 5Shipping broadly 202680Gbps baseline / up to 120Gbps (Bandwidth Boost)PAM3, built on USB4 v2.0DisplayPort 2.1Up to 240W
USB-C Connector SpecRevision 2.5N/A — connector/cable mechanical + PD specUSB PD 3.2 EPR, up to 240W

The jump to 80Gbps comes from a new physical-layer encoding scheme called PAM3, which packs more data into each signal transition instead of just running the old signaling faster. USB4 Version 2.0 also brought a display-focused asymmetric mode — up to 120Gbps in one direction with 40Gbps in the other — aimed at driving very high-resolution monitors without compressing the video signal, and it aligned with DisplayPort 2.1 and PCIe 4.0 tunneling to make better use of the added bandwidth.

One catch worth flagging to anyone specifying hardware around this: 80Gbps is optional under the USB4 label. A product can legally ship as “USB4” while only implementing the mandatory 20Gbps floor. The only way to know what a given port or cable actually supports is to check the certified rating — not the port shape.

Where Thunderbolt 5 Fits In

Thunderbolt 5, now shipping in premium laptops and docks through 2026, is built directly on the USB4 Version 2.0 foundation rather than replacing it. The practical difference is certification: Intel requires every Thunderbolt 5 product to pass mandatory compliance testing that guarantees the full 80Gbps (and up to 120Gbps with its “Bandwidth Boost” mode for display-heavy setups), where a generic USB4 2.0 device can legally under-deliver. Thunderbolt 5 is backward compatible with Thunderbolt 4, Thunderbolt 3, and standard USB4 hardware, but a mixed setup always runs at the highest speed both ends support — not the newer device’s ceiling.

For OEMs building docks, monitors, or storage enclosures, this is a genuine design decision, not just a marketing detail: a Thunderbolt-certified port signals a guaranteed spec to your end customer, while a plain USB4 port leaves that number to the datasheet’s fine print.

Power Delivery: USB PD 3.2 and the 240W Ceiling

USB-C’s power story moved almost as fast as its data story. Extended Power Range (EPR), introduced under USB PD 3.1 and carried forward in PD 3.2, raised the ceiling from the old 100W (20V/5A) figure to 240W (48V/5A) — enough to run gaming laptops, small workstations, and some industrial control panels off a single USB-C cable. The current USB Type-C Cable and Connector Specification sits at Revision 2.5, published in 2026, which folds in the EPR power rules alongside the mechanical and signaling updates from 2.4.

For cable assemblies, EPR isn’t just a labeling change — it drives real conductor sizing and thermal design. A 240W-rated cable needs adequate copper cross-section and insulation rated for the current and heat involved, which is a very different bill of materials than a 100W charging cable that happens to use the same connector.

Passive vs. Active: Why Cable Length Isn’t Free

This is the part that catches a lot of teams off guard during prototyping. Signal integrity degrades with distance, and it degrades faster at 80Gbps than it did at 40Gbps or 20Gbps. As a rule of thumb across USB4 and Thunderbolt implementations:

  • Passive copper cables hold full-rate performance up to roughly 0.8 meters. Beyond that, signal loss starts cutting into throughput even if the cable is otherwise well-built.
  • Active copper cables — with signal-conditioning electronics built into the connector housings — extend usable length to a few meters while holding the rated speed, at added cost and design complexity.
  • Active optical cables (AOC) move the data as light rather than electrical signal, extending runs to 10+ meters (and considerably further at lower data rates) with no EMI concerns, at a higher unit cost.

None of this is optional guidance once you’re past the prototype stage — it’s the difference between a cable that benches perfectly on a 30cm test jig and one that fails intermittently once it’s routed through a 2-meter cable run inside an enclosure. It’s also why “just use a longer USB-C cable” is rarely the right answer for anyone building products that actually need the higher data rate.

What This Means for Custom Cable Assembly Sourcing

This is where the USB4 vs. USB-C question stops being trivia and starts being a bill of materials. A few things we walk through with customers on nearly every USB4/USB-C cable assembly project:

1. Shielding and impedance control. At 80Gbps, controlled 90Ω differential impedance and consistent shielding coverage aren’t nice-to-haves — they’re the difference between a cable that passes eye-diagram testing and one that doesn’t. Our shielding structures guide covers how coverage percentage and overlap affect EMI performance across different USB generations.

2. Passive vs. active decisions, made early. If your product’s cable run needs to exceed roughly 0.8 meters at full 80Gbps, that has to be decided before layout is finalized, not after a prototype fails compliance testing. Active and optical options change connector footprint, cost, and sometimes firmware requirements on the host side.

3. Certification. USB4 TID (Type-C Interface Descriptor) certification and USB-IF compliance testing confirm a cable actually performs at its labeled rate — self-important as that sounds, it’s the only real evidence a buyer or auditor will accept. You can see our current certification scope, including USB4 TID, on our certifications page.

4. Design for manufacturability. Connector orientation, strain relief, and cable-to-connector transition all affect long-term reliability in a way a bench sample won’t reveal. Our Design & DFM resources cover how these choices play out at production volume, and our testing and validation process outlines how we verify signal integrity, pull strength, and environmental performance before a cable ships.

5. Standards alignment. For teams shipping into regulated industries, our standards and compliance hub covers where USB4/USB-C requirements intersect with industry-specific certifications.

Need a Custom USB4 or USB-C Cable Assembly?

Off-the-shelf cables aren’t built for 80Gbps reliability, EMI-heavy environments, or 240W power loads. Romtronic engineers spec, build, and certify custom USB4 and USB-C cable assemblies for OEM production — from prototype to volume.
🔸 Get a Quote →

Common B2B Applications

USB4 and USB-C show up across a wider range of industrial and commercial hardware than most people expect:

  • Robotics and UAVs — high-speed camera and sensor data links where cable flex life and EMI shielding matter as much as raw bandwidth. See our robotics and UAV cable solutions.
  • Industrial automation — USB-C’s power delivery and data tunneling increasingly replace separate power and data cabling on HMIs and control panels. More in our industrial automation cable page.
  • Telecom and data center equipment — 80Gbps USB4 links show up in test benches, provisioning stations, and edge equipment where Thunderbolt-class bandwidth is useful without a full fiber deployment. Details on our telecom and data center page.
  • Medical devices — USB-C’s power-plus-data combination simplifies cabling on portable diagnostic and monitoring equipment, within the tighter EMI and biocompatibility constraints those products require. See our medical device cable assemblies.

Frequently Asked Questions

Q: Is USB4 the same as USB-C?

A: No. USB-C is the connector shape; USB4 is the data and power protocol that runs over it. A device can have a USB-C port without supporting USB4 at all.

Q: What is USB4 Version 2.0?

A: Published by USB-IF in 2022 and branded “USB 80Gbps,” it doubles the original USB4 spec’s maximum data rate from 40Gbps to 80Gbps bidirectional, using a new PAM3 signaling scheme, with an optional 120Gbps asymmetric mode for high-bandwidth display applications.

Q: Do all USB-C cables support 80Gbps?

A: No. 80Gbps requires either an existing certified 40Gbps passive USB4 cable at short lengths or a newly defined 80Gbps-rated active cable. An uncertified generic USB-C cable may only carry USB 2.0 speeds.

Q: Is Thunderbolt 5 better than USB4?

A: Thunderbolt 5 is built on USB4 Version 2.0 and adds mandatory Intel certification, guaranteeing the full 80Gbps (up to 120Gbps with Bandwidth Boost) that a standard USB4 device is only permitted, not required, to deliver.

Q: How long can a USB4 80Gbps cable be?

A: A passive copper cable typically holds full 80Gbps performance up to about 0.8 meters. Longer runs need active copper cables (a few meters) or active optical cables (10+ meters) to maintain full speed.

Q: How do I get a custom USB4 or USB-C cable assembly built?

A: Start with your required data rate, cable length, connector orientation, and environmental conditions (flex cycles, temperature, EMI exposure). Our engineering team can help translate those requirements into a shielding, conductor, and certification spec — reach out through our contact page or explore our custom USB cable assembly options directly.

The Bottom Line

USB-C is a shape. USB4 is a speed. Confusing the two is harmless when you’re buying a $10 charging cable — it’s a field-failure risk when you’re specifying a cable assembly for equipment that has to run at 80Gbps reliably for years. If your project depends on getting this right, our engineering team works through the shielding, impedance, and certification requirements with you before the design is locked, not after. For a broader look at how cable construction and shielding choices apply across our full USB product line, see what USB cable assemblies are and how they work, or go straight to our custom USB cable assembly page to start a spec conversation.