Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

iOS Software Download Progress in Finder

Since updating my MacBook Pro to macOS Catalina, which removes iTunes, I can no longer view the download progress of updating the software for my iPhone. When updating through iTunes there used to be a progress status bar giving me an idea of time to download. But now, since the updates occur through Finder, all I see is a spinning icon next to my phones name. Is there any way to show the download progress and time left in this new Catalina update?

MacBook Pro 15", macOS 10.15

Posted on Oct 26, 2019 7:56 PM

Reply
Question marked as Best reply

Posted on Oct 29, 2019 9:40 PM

While there is no progress bar available, one potential way to estimate the progress is through Terminal, with the following command:


ls -lhrt ~/Library/iTunes/iPhone\ Software\ Updates


It will show the size of the current (*.ipsw.download) and all previous (*.ipsw) update files, which can be used to estimate progress. For example, for a 2.9G update file (can be estimated using previous update files), if we see that the current update file size is 2.3G, then the progress would be approximately 2.3G / 2.9G = 79%. By running the above command periodically, we can somewhat know how long it may still take (or at least the downloading is still in progress and not stopped because of network or other issue).


Hope this helps, thank you very much!



114 replies

iOS Software Download Progress in Finder

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.