If you unplug a USB drive while files are copying, the file being written is left incomplete and likely corrupt, and in some cases the drive's file system itself can be damaged, affecting other files too. Data that already finished copying is usually fine. Always wait for the copy to finish and use Safely Remove or Eject first, because the system may still be writing in the background.
Why this happens
Copying is not instant. The system writes data in chunks, and it often buffers writes in memory to be finished a moment later. Pulling the drive interrupts this.
The half-written file has no complete data, so it is corrupt. If the interruption hits the drive's index of files, other files can become unreadable until the file system is repaired.
Is this normal?
Accidental removal happens, and modern systems try to reduce the damage, but it is not safe practice. Ejecting first is the reliable way to avoid corruption.
Does it cause any problems?
The copied file may be unusable, the drive may show errors, and occasionally the whole drive needs a repair scan. Serious corruption of the file table can make many files inaccessible.
How to fix or check it
- Always let the copy finish, then eject before unplugging. Windows: click Safely Remove Hardware in the taskbar and wait for the confirmation.
- Mac: drag the drive to the Eject icon, or click the eject arrow in Finder, and wait until it disappears.
- If you unplugged early, plug the drive back in and recopy the affected file.
- If the drive shows errors, run a check. Windows: right-click the drive, Properties, Tools, Check. Mac: use Disk Utility, First Aid.
- If files are corrupt, delete the bad copies and copy again from the source.
Frequently asked questions
Is the whole drive ruined if I unplug it early?
Usually not. The most common result is one corrupt file. Wider damage is possible but less common, and a repair scan often fixes it.
Why does the drive still work after I unplug it without ejecting?
If no write was happening at that moment, nothing is interrupted. The risk is highest during active copying because of background caching.
How do I copy files safely?
Wait for the transfer to finish, use Safely Remove or Eject, wait for confirmation, then unplug the drive.