Importing photos filled the disk, and the originals are still on the camera
An import doubles your photos temporarily and triggers background work. What is safe to remove and what to wait for.
Import a card of photos and the Mac can lose far more space than the photos take, which is alarming until you know the three reasons. All three resolve on their own or with one decision.
What actually happened
- The photos were copied into the library. Photos copies by default rather than referencing, so the originals in your import folder are now a second copy.
- Analysis started. Faces, scenes and text recognition build an index proportional to the number of images.
- A snapshot was taken. If Time Machine is on, the state before the import is being held.
The duplicate copy is usually the biggest
du -sh ~/Pictures/*.photoslibrary 2>/dev/null
du -sh ~/Pictures/Imports ~/Desktop/*[Ii]mport* 2>/dev/nullIf the import folder still exists next to the library, you are storing everything twice. Deleting the import folder is safe once you have confirmed the photos are in the library and are not shown as missing, and that is the single largest reclaim available.
Referenced libraries, if you prefer
Photos can reference files where they sit instead of copying them, which is set in its settings before importing. It suits a workflow where the originals live on an external drive, and it means the library holds only previews and the database. The trade is that the library breaks if the drive is disconnected.
Waiting is the right answer for the rest
Analysis runs when the Mac is idle and on power, and the space it uses settles when the pass completes. Interrupting it repeatedly is what makes it expensive, as covered in why Photos keeps analysing.
If you deleted photos and nothing was freed
That is the 30 day Recently Deleted folder rather than a problem, and it applies to imports you immediately regretted. Every Apple app keeps one, and emptying it inside Photos is what releases the space.
Common questions
Why did my disk fill up after importing photos?
Because Photos copies imports into the library by default, so the originals in your import folder become a second copy, and analysis plus a Time Machine snapshot add more on top.
Can I delete the folder I imported photos from?
Yes, once you have confirmed the photos are in the library and open properly. That folder is a duplicate of everything now inside the library and is usually the largest easy reclaim.
What is a referenced Photos library?
One where Photos points at files where they already are instead of copying them in. It suits originals kept on an external drive, at the cost of the library needing that drive connected.
Why is my Mac busy after importing photos?
Analysis is building the face, scene and text index for the new images. It runs when the Mac is idle and on power, and both the activity and the space settle once it finishes.