0X80100067

SCARD_W_UNPOWERED_CARD (0X80100067) Fix: Card Lost Power

Windows Errors Beginner 👁 1 views 📅 May 28, 2026

Your smart card lost power mid-use. Usually happens with bad card readers or Windows power settings. Here's how to fix it fast.

Cause #1: USB Power Management Disconnects the Reader

This is the one I see most. Windows, especially on laptops, will cut power to USB ports to save battery. Your smart card reader goes to sleep, and when you go to use the card again, you get 0X80100067.

Had a client last month whose entire HR department couldn't badge into their laptops after lunch. Every day, same time. Turns out Windows 11's power saving kicked in after 30 idle minutes. Quick fix, five machines in fifteen minutes.

  1. Open Device Manager (right-click Start, or Win + X)
  2. Expand "Universal Serial Bus controllers"
  3. Right-click each "USB Root Hub" or "Generic USB Hub" entry
  4. Go to Power Management tab
  5. Uncheck "Allow the computer to turn off this device to save power"
  6. Click OK — do this for every hub entry

Reboot. Test your card. If it works, you're done. If not, let's keep going.

Cause #2: The Reader Itself Is Failing

Some card readers are just junk. I've seen the internal readers in Dell Latitude 5430s and HP ProBooks drop the card after a few months. The connector inside the reader physically loses contact or the USB controller chip inside overheats.

Test with a known-good card on another reader. If the card works elsewhere, your reader is toast. Replace it.

  • External USB readers — grab a Gemalto IDBridge or a HID OMNIKEY. Don't buy the $8 no-name ones. They fail fast.
  • Built-in laptop readers — you can try reseating the internal cable if you're comfortable opening the case. Usually not worth it. USB reader is $30 and works better.

If you're using a Yubikey or similar, try a different USB port. If the error goes away, your laptop's internal port may have a bad solder joint. Use a different port permanently.

Cause #3: Bad Contact or Dirty Card

Dirty card contacts are surprisingly common. Hand sanitizer residue, coffee spills, pocket lint. The reader can't make a solid electrical connection, so it reports the card as unpowered.

  1. Remove the card from the reader
  2. Clean the gold chip contacts with a soft, dry cloth (microfiber works great)
  3. If that doesn't work, use a cotton swab with isopropyl alcohol (90% or higher). Let it dry completely.
  4. Clean the reader's slot too — canned air works for dust

Reinsert the card. If the error persists, try a different reader to rule out the card itself. I've seen cards physically work fine but the chip's internal power circuit dies. Replace the card if it fails on multiple readers.

Quick-Reference Summary Table

CauseSymptomFix
USB power managementError after idle time, especially laptopsDisable USB selective suspend per hub
Failing readerError on multiple cards, same readerReplace reader with quality brand
Dirty card/readerIntermittent error, works after wipingClean contacts with alcohol

Start with Cause #1. It's free, fast, and fixes 70% of these errors. If not, go through the list. You'll be back up in ten minutes.

Was this solution helpful?