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
- Note the exact file Finder names. Cancel the copy instead of repeatedly clicking Try Again.
- Copy a small known-good file to the same destination.
- Copy the failing file to a different healthy local folder.
- Check the affected drive in Disk Utility for its format and whether it remains mounted.
- If the only copy matters and the drive is unstable, prioritize recovery before repair tools.