What does HRESULT 0x80100028 (SCARD_E_WRITE_TOO_MANY) mean?

 
Previous Next
SCARD_E_NO_ACCESS SCARD_E_BAD_SEEK

SCARD_E_WRITE_TOO_MANY

SCARD_E_WRITE_TOO_MANY The smart card does not have enough writable storage for the requested information. This refers to the card's available memory or quota, not the free space on the Windows computer.

What to check

  • Confirm the size and destination of the object being written and whether the card profile reserves space for it.
  • Do not retry the same write in a loop; repeated partial or failed personalization can complicate recovery.
  • Use the card issuer's approved lifecycle or provisioning tooling to reclaim, replace, or reprovision card content when appropriate.

Microsoft: SCardStatus

Microsoft: SCardTransmit

Microsoft: Smart Card architecture

Microsoft: Smart Card Minidrivers


Looking for a different code? Search another status or error code.