Errors

Finder error -36 means the copy hit an I/O failure. Find out where

Short answerError -36 is macOS reporting an input/output failure. It does not name one universal cause. If one file fails, its metadata, name, permissions, or contents may be the problem. If many files fail on the same drive, investigate the connection, filesystem, and device. Preserve the original data first. dot_clean only helps a narrower class of AppleDouble metadata conflicts; it is not a general repair command.

Finder usually shows error -36 while copying or moving a file. It says the operation cannot be completed because some data cannot be read or written. The message confirms a failed operation, but does not identify the file, destination, cable, filesystem, or storage device as the cause.

The safest diagnosis starts by shrinking the problem. Do not erase or reformat a drive while the only copy of your data may still be on it.

What error -36 actually means

Apple defines ioErr as error -36. In plain language, a read or write did not complete. That is a category of failure, not a diagnosis. Two people can see the same number for completely different reasons.

Finder can encounter it while reading the source, writing the destination, or handling file metadata. The first useful fact is whether the failure follows one file or one storage location.

If only one file or folder fails

Other files copy to the same destination, but one item always stops at the same point.

That pattern points toward the item itself: unreadable data, permissions, an unusual name, or metadata that the destination filesystem cannot represent. A hidden ._ AppleDouble sidecar can matter on FAT or network storage, which is why dot_clean sometimes appears in advice.

Fixtry copying the item to a different healthy local folder. If that succeeds, preserve that copy before changing metadata. If only a cross-platform destination fails and ._ sidecars are involved, a targeted dot_clean pass may help. It should not be the first command for every -36 error.

If many files fail on one drive

Different files fail, the drive disconnects, copies stall, or the error follows the same source or destination volume.

Now the volume matters more than any single file. Check the cable or adapter, mount state, free space, filesystem, and recent disk errors. A failing device can worsen under repeated reads, so valuable data changes the priority from repair to recovery.

Fixreconnect once using a known-good port or cable, then copy the most important readable data first. If the device drops offline, clicks, or reports repeated I/O errors, stop treating this as a Finder nuisance.

What Noah can determine on this Mac

NoahNoah can inspect the source and destination volumes, filesystem type, free space, mount state, file permissions and metadata, and recent disk-related logs. With the failing path, Noah can run a non-destructive read or copy probe to determine whether the error follows the item or the volume.

Noah will not declare a drive healthy from one successful copy or failing from one error. It can narrow the fault and recommend the next safe step without erasing the evidence.

A safe manual isolation test

  1. Note the exact file Finder names. Cancel the copy instead of repeatedly clicking Try Again.
  2. Copy a small known-good file to the same destination.
  3. Copy the failing file to a different healthy local folder.
  4. Check the affected drive in Disk Utility for its format and whether it remains mounted.
  5. If the only copy matters and the drive is unstable, prioritize recovery before repair tools.
Try Noah free

Find which side of the copy is failing.

Just tell Noah what's wrong:

Finder keeps stopping with error -36.
Diagnose error -36 on this MacFirst conversation free7-day free trial afterOnly with your OK

Already have Noah? Open it on this problem →

Frequently asked questions

What does error -36 mean on a Mac?

It is Apple's ioErr code: an input/output operation failed. The code does not say whether the source file, destination, connection, filesystem, or device caused it.

Does dot_clean always fix error -36?

No. It merges AppleDouble sidecar metadata and can help when those files conflict on some volumes. It does not repair unreadable file data, a bad cable, or a failing disk.

Should I erase the drive?

Not before protecting the data and identifying which side is failing. Reformatting destroys the current filesystem and is not a diagnostic first step.

Commands in this guide are standard, read-only macOS diagnostics unless noted; anything that changes your system is called out. When in doubt, back up first with Time Machine.