Forum Discussion
Francisoon
Aug 19, 2026Iron Contributor
Why I can't copy photos from iPhone to PC?
My iPhone 16 Pro Max has roughly 3000+ photos and I can't transfer my photos from iPhone to PC on Windows 11. When I selected all the photos, it says: Too many items selected. Unable to download ...
Sawyer_Dobray
Aug 19, 2026Copper Contributor
dcimport is a viable and completely free tool that can copy photos from iPhone to PC on Windows 11, provided you are comfortable with command-line tools. It functions as a powerful, incremental import utility that avoids duplicates and gives you advanced control over the process.
This tool works by connecting your iPhone via USB and reading the photo library directly. It is designed for users who need more than a simple file copy.
Key Features:
- Incremental Imports: It tracks which files have already been copied using a local SQLite database, so subsequent runs only fetch new or changed files.
- Read-Only Access: It never writes to or modifies your iPhone, only reads data from it.
- Customi zable Options: It offers advanced features like date filtering (--since, --until), HEIC to JPEG conversion (--convert- heic), and custom filename/folder layouts (--layout).
- Resumes Interrupted Runs: Files are downloaded in parallel and saved using atomic rename operations. If the process is interrupted, simply re-running the command will resume where it left off.
The installation and usage process is carried out entirely through the command line.
text
dcimport ~/Pictures/iPhone
Whether you choose the advanced, scriptable dcimport or the simple, built-in File Explorer and Photos app, you have multiple free ways to copy photos from iPhone to PC on Windows 11.