0X000010ED

Fix ERROR_CLEANER_CARTRIDGE_SPENT 0x10ED on tape drives

Hardware – Hard Drives Beginner 👁 1 views 📅 May 28, 2026

Your tape drive is saying the cleaning cartridge is used up. The fix is simple: replace it. I'll walk you through that and what to do if the error sticks around.

Quick answer for advanced users

Replace the cleaning cartridge with a new one. The drive will automatically recognize it and clear the error on the next load. No reset needed.

Why this happens

I know this error is infuriating — especially in the middle of a backup window. This error (0x000010ED) shows up on LTO tape drives, most commonly in HP StoreEver, Dell PowerVault, and IBM TS series. Every cleaning cartridge has a limited number of uses — typically 50 passes for LTO-5 and earlier, 50 for LTO-6, and LTO-7/8 cartridges manage their own usage count internally via a chip in the cartridge.

The drive tracks how many times you've used that particular cartridge and refuses to let it run past its safe limit. Reusing a spent cartridge can leave residue on the heads, which causes read/write errors and eventually head damage. I've seen this error pop up when someone tries to reuse a cleaning tape they've already marked as used. The drive's firmware just won't let it slide.

Fix steps

Step 1: Get a new cleaning cartridge

You'll need a cleaning cartridge that matches your drive generation. For LTO-5, buy LTO-5 or LTO-6 cleaning cartridges (they work backwards). For LTO-6 or LTO-7, buy LTO-7 cleaning cartridges. LTO-8 and later use their own specific cleaning tapes. Check the drive's manual — or just look at the cartridge your drive was using before.

Step 2: Eject the old cartridge

Press the eject button on the drive or use the OS tool to eject it. On Windows, open Device Manager, find your tape drive, right-click and select "Eject". On Linux, run mt -f /dev/st0 eject. On a server with a tape library, use the library management interface to unload the cleaning slot.

Step 3: Insert the new cleaning cartridge

Slide the new cartridge in until it clicks. The drive will automatically run a cleaning cycle (15-30 seconds). You'll hear it whirring and clicking — that's normal. After it finishes, it ejects the cartridge. Don't pull it out mid-cycle — you'll risk a jam.

Step 4: Verify the error is gone

Check the drive status again. On Windows, open Device Manager, go to the tape drive properties, and look at the Device Status. On Linux, dmesg | tail should show no errors. The error should clear immediately. If you still see it, the drive might need a power cycle.

Step 5: Power cycle if needed

Shut down the server or storage array, remove power from the tape drive for 30 seconds, then restart. This clears any firmware-level lock that sometimes hangs after the error.

Alternative fixes if the main one fails

If replacing the cartridge doesn't work, try these in order:

  • Clean the drive manually — Use a lint-free wipe and isopropyl alcohol to clean the tape path. Look for debris. This is risky — I recommend it only if you're comfortable opening the drive. Otherwise, call a service tech.
  • Update drive firmware — Older firmware versions sometimes get confused about cartridge usage counts. Check with your drive vendor (HP, Dell, IBM) for the latest firmware. Apply it using the vendor's tool. This fixes false positives.
  • Check the cartridge's usage counter — Use the vendor's utility (like HP L&TT or IBM ITDT) to read the cartridge's internal memory. If it shows zero passes left, it's truly spent. Some counterfeit cartridges have bad chips that report wrong data.
  • Replace the drive — If the error persists after a new cartridge and firmware update, the drive's cleaning sensor might be faulty. This is rare but happens on drives that have been used heavily (over 10,000 tape loads).

Prevention tip

Track your cleaning cartridge usage. Write the date you started using it and how many times you use it. Most cleaning cartridges have a counter on the label — scratch off a number each time. For libraries, set the cleaning slot to auto-eject after 50 uses. This error won't surprise you again.

Also, clean your drive every 100-150 hours of use, not just when errors show up. Regular cleaning prevents this error from becoming a crisis during backups.

Was this solution helpful?