You have a row of sockets that all look roughly the same, and a drawer of cables that all fit. Then one combination charges fast, another does not, and a third refuses to carry a picture to your monitor.
None of that is random. The ports differ, the cables differ, and I can show you how to make Windows tell you which is which.
I want to start with what is printed beside the socket. That is where you are standing when the question comes up.
The symbols next to the port, and what each one means
Look at the plastic beside the socket. Most laptops print something there.
The plain USB trident with no other marking is a basic port. It works for a mouse, a keyboard and a memory stick, at USB 2 speeds.
SS, or SS with a 5, 10 or 20 means SuperSpeed. That is USB 3, and the number is the speed in gigabits per second.
A lightning bolt beside a USB-C socket usually means Thunderbolt, which carries data, video and power together.
A small battery, or the letters DC IN, marks a port that charges the laptop.
A DisplayPort logo beside a USB-C socket means that port can drive a monitor.
⚠️ An unmarked USB-C socket tells you nothing at all, and that is the source of most of this confusion. The connector shape and the capability are two separate things.
One command names what your PC actually has
Better than squinting at symbols, and it takes ten seconds.
Open PowerShell from Start and run:
Get-CimInstance Win32_USBController | Select-Object Name
Ours, and run on a Windows 11 machine here. It returned one AMD USB 2.0 eXtensible Host Controller and four AMD USB 3.10 eXtensible Host Controller entries.
⭐ That names the generations the machine has. Five controllers. One USB 2, four USB 3.1, on a laptop whose sockets are unmarked.
⚡ It needs no administrator rights and it changes nothing. It is a read.
Which port a device actually landed on
The more useful trick, and it works after you plug something in.
Open Device Manager and expand Universal Serial Bus controllers. Look at the hub names.
Ours, and measured on the same machine. The list carried a Generic USB Hub, a Generic SuperSpeed USB Hub, and a USB Root Hub (USB 3.0).
⭐ The word SuperSpeed is the tell. A device sitting under a SuperSpeed hub negotiated USB 3. One sitting under a plain hub did not, whatever socket you used.
⚡ So a slow external drive has a testable cause. Plug it in and look at which hub it appears under. A minute later you know whether to blame the cable, the port or the drive.
USB-A, the rectangular one
The familiar shape. It only goes in one way and everyone has a drawer of them.
⭐ Blue plastic inside the socket conventionally means USB 3. Black or white usually means USB 2. It is a convention rather than a rule, so treat it as a hint.
⚠️ A USB 3 device in a USB 2 port still works. It simply runs at the older speed, silently, with nothing on screen to tell you.
⚡ That is worth knowing before you replace a drive. Try the other sockets first, and check the hub name above.
USB-C, where the shape stops telling you anything
The oval reversible one. And the reason this article exists.
Documented by Microsoft on its USB-C page: "With a USB-C connection, you can charge your Windows 11 PC, and you can also connect to other USB Type-C devices such as mobile phones, docking stations, display adapters, and other devices that have a USB-C port."
⛔ Can, not will. Two identical-looking USB-C ports on one laptop can differ completely. Nothing about the socket says which is which.
Microsoft names the feature that decides it: "USB Type-C has a new feature called Alternate Modes. If your USB-C cable has this feature, you can connect to non-USB devices that support the same Alternate Mode."
And the one most people want: "The DisplayPort Alternate Mode lets you project video and play audio on an external display that supports DisplayPort."
⭐ So a USB-C port that will not drive your monitor is usually not broken. It has no DisplayPort Alternate Mode behind it, and no setting adds one.
The cable matters as much as the port
The half people skip, and it costs them an evening.
Microsoft says it in one line: "Make sure the cable supports the same USB-C features as the connected device."
⛔ A charging cable that came with a phone often carries power and USB 2 data only. Plug a 4K monitor into it and you get nothing, from two perfectly capable ends.
⭐ Ours, and marked as ours: keep one cable you have proved carries video. Use it as your test cable. Diagnosing a port with an unknown cable proves nothing.
⚠️ Length works against you too. The faster the standard, the shorter a passive cable can be before I would trust it.
What Windows tells you when a combination will not work
Worth knowing, because these messages are specific rather than generic.
Microsoft lists the notifications you may see, and they include "USB device functionality might be limited", "Display connection might be limited", "Slow charger", "PC isn't charging", "USB device might need more power" and "Use different USB port".
⭐ Each of those names the half that failed. A display message points at Alternate Mode. A charging message points at power delivery. They are not interchangeable.
⚠️ If yours says the device is not recognized at all, that is a different fault. The exact wording matters.
Charging, and why a port can be picky
Different capability again, and it is about watts rather than speed.
A port that charges your laptop is negotiating power delivery. A port that charges your phone may be doing far less.
⚡ A laptop will accept a small charger, report itself as plugged in, and still lose charge while you work. Not a fault. The number it stops at tells you what is happening.
⭐ Ours: I check the wattage printed on the charger rather than the connector shape. Sixty five watts and thirty watts look identical at the plug end.
Hubs and docks, where all of this compounds
The place where a good port and a good cable still give you a bad result.
Everything behind a hub shares that hub's connection back to the PC. Four devices on a USB 2 hub share USB 2 speeds between them.
⛔ An unpowered hub cannot supply much current. External drives and anything with a motor should go straight into the PC, not through one.
⚠️ And a dock is a hub with a video chip in it. If it will not drive a screen, ask whether that port has DisplayPort Alternate Mode. Not whether the dock is faulty.
Ours: plug the problem device directly into the PC once, as a test. If it works there and not on the hub, you have found your answer without buying anything.
Status: read and confirmed 23 August 2026 on Windows 11. Microsoft documents what a USB-C connection can do, Alternate Modes, DisplayPort Alternate Mode, the requirement that the cable support the same features as the device, and the notification wordings quoted. The controller and hub names were read off a Windows 11 machine here, and the port symbols are described as conventions rather than as a standard Windows enforces.
How do I know if a USB port is 2.0 or 3.0?
Run Get-CimInstance Win32_USBController in PowerShell to see which generations your PC has. Then open Device Manager and expand Universal Serial Bus controllers. Does your device sit under a Generic SuperSpeed USB Hub or a plain one? SuperSpeed means it negotiated USB 3.
Why will my USB-C port not connect to a monitor?
Because that port probably has no DisplayPort Alternate Mode behind it. Microsoft documents Alternate Mode as the feature that lets USB-C carry video. Two identical-looking ports on one laptop can differ, and the cable has to support it too.
Does a USB 3 device work in a USB 2 port?
Yes, at USB 2 speeds. Nothing warns you. That is why a slow external drive is worth checking in Device Manager before you replace it, by looking at which hub it appears under.
What do the symbols beside a USB port mean?
SS or SS with a number means SuperSpeed, which is USB 3, and the number is gigabits per second. A lightning bolt on USB-C usually means Thunderbolt. A battery symbol marks a charging port, and a DisplayPort logo marks one that can drive a monitor. An unmarked USB-C socket tells you nothing.
The Short Version
- The connector shape and what the port can do are two separate things, especially on USB-C.
- Get-CimInstance Win32_USBController names the generations your PC has, with no admin rights.
- Device Manager shows whether a device landed on a SuperSpeed hub or a plain one.
- Blue plastic inside a USB-A socket conventionally means USB 3. It is a hint, not a rule.
- Microsoft documents Alternate Mode as what lets USB-C carry video. Not every port has it.
- The cable must support the same features as the device. A phone charging cable often does not.
- Windows notification wordings name the half that failed. Display, charging and data are different.
- Everything behind a hub shares that hub's link back to the PC.
Where to Next
Run the one line command and look at what your PC reports. It turns a row of identical sockets into a list you can reason about.
Then, next time something is slow, open Device Manager and find which hub it landed under. That one look answers most of these before you buy anything.
Driving a monitor from USB-C and getting nothing? Check what the display side reports too. One command names the connector each screen is really on.
Where the question is the drive rather than the socket, FAT32, exFAT and NTFS are not interchangeable.
And if your laptop has two USB-C ports where only one drives a display, drop the model below. Manufacturers rarely print that difference and the list is worth building.

Isaac Smith is the founder and editor of PC Glance, a website that covers computers, laptops, and technology. He is a tech enthusiast and a computer geek who loves to share his insights and help his readers make smart choices when buying tech gadgets or laptops. He is always curious and updated about the latest tech trends.