Apple Releases Revised iPadOS 17.5.1 Update for iPad 10

Apple today released a new version of iPadOS 17.5.1, specifically for the 10th-generation low-cost iPad. The update is a second version of iPadOS 17.5.1, with a version number of 21F91, up from the original 21F90 version.

iOS 17
The iPadOS 17.5.1 update can be downloaded through Finder or iTunes, and it does not appear to be over-the-air as of yet. ‌iPad‌ 10 owners who already installed iPadOS 17.5.1 may not see the update, and it may be limited to those who have not yet downloaded the software.

There is no word on why Apple has released a new version of iPadOS 17.5.1 for the 10th-generation ‌iPad‌.

iOS 17.5.1 and iPadOS 17.5.1 previously came out on Monday, May 20, and included a fix for a bug that could cause images to reappear in the Photos app even after being deleted. Apple said the bug was caused by a database corruption issue.

Popular Stories

m5 macbook pro deal

Why You Shouldn't Buy the Next MacBook Pro

Tuesday February 10, 2026 4:27 pm PST by
Apple is planning to launch new MacBook Pro models as soon as early March, but if you can, this is one generation you should skip because there's something much better in the works. We're waiting on 14-inch and 16-inch MacBook Pro models with M5 Pro and M5 Max chips, with few changes other than the processor upgrade. There won't be any tweaks to the design or the display, but later this...
iOS 26

Apple Releases iOS 26.3 and iPadOS 26.3

Wednesday February 11, 2026 10:07 am PST by
Apple today released iOS 26.3 and iPadOS 26.3, the latest updates to the iOS 26 and iPadOS 26 operating systems that came out in September. The new software comes almost two months after Apple released iOS 26.2 and iPadOS 26.2. The new software can be downloaded on eligible iPhones and iPads over-the-air by going to Settings > General > Software Update. According to Apple's release notes, ...
Apple Logo Zoomed

Apple Expected to Launch These 10+ Products Over the Coming Months

Tuesday February 10, 2026 6:33 am PST by
It has been a slow start to 2026 for Apple product launches, with only a new AirTag and a special Apple Watch band released so far. We are still waiting for MacBook Pro models with M5 Pro and M5 Max chips, the iPhone 17e, a lower-cost MacBook with an iPhone chip, long-rumored updates to the Apple TV and HomePod mini, and much more. Apple is expected to release/update the following products...
iPhone 16e Bottom Crop

Apple Reportedly Unveiling a New iPhone Next Week

Tuesday February 10, 2026 1:51 pm PST by
Apple plans to announce the iPhone 17e on Thursday, February 19, according to Macwelt, the German equivalent of Macworld. The report said the iPhone 17e will be announced in a press release on the Apple Newsroom website, so do not expect an event for this device specifically. The iPhone 17e will be a spec-bumped successor to the iPhone 16e. Rumors claim the device will have four key...
Apple Logo Black

Apple Acquires New Database App

Wednesday February 11, 2026 6:44 am PST by
Apple acquired Canadian graph database company Kuzu last year, it has emerged. The acquisition, spotted by AppleInsider, was completed in October 2025 for an undisclosed sum. The company's website was subsequently taken down and its Github repository was archived, as is commonplace for Apple acquisitions. Kuzu was "an embedded graph database built for query speed, scalability, and easy of ...

Top Rated Comments

22 months ago
This whole "database corruption" issue that is causing deleted photos to reappear. It's not clear if — these photos are now correctly deleted, or just don't appear by mistake? Poor response from Apple on this one. They should be very clear about "how" the bug was fixed.
Score: 4 Votes (Like | Disagree)
22 months ago

iOS should be next! This battery is sucking.
17.4.1 really impacted battery life, and it's unclear why. I wish they'd issue a statement about that. I can barely get through a day on a full charge now.
Score: 3 Votes (Like | Disagree)
22 months ago
Perhaps tomorrow will be released some updates. MacOS had none since few weeks ago (not even for bugfixes)
Score: 2 Votes (Like | Disagree)
22 months ago

This whole "database corruption" issue that is causing deleted photos to reappear. It's not clear if — these photos are now correctly deleted, or just don't appear by mistake? Poor response from Apple on this one. They should be very clear about "how" the bug was fixed.
When you delete ANYTHING on a computer, going back to the old vintage 1970s UNIX and MS DOS from the 1980s, the data is never actually removed, only the directory index is removed. This is how we can recover lost data.

In fact, you can never remove data from storage, that is impossible. All you can do is overwrite it with something else. The reason for not overwriting the old data is the time it would take. Do you really want to wait for several minutes after you drag an unwanted video file to the trash? Then you would also complain about the writes to the SSD taking away the lifetime write limit on storage, and the drain on the battery and how sluggish the system is until the overwrite process ends.

Not really deleting data has been the norm for as long as I've been actively using computers (the early 1970s) and it was not a new concept then.

If you must, there is software that can overwrite all the newly free storage with zeros to make the recently deleted data unrecoverable.

The bug was that the index was not properly changed, there was never any intent to actualy remove the files and the fix does not actually remove the file.
Score: 2 Votes (Like | Disagree)
22 months ago

When you delete ANYTHING on a computer, going back to the old vintage 1970s UNIX and MS DOS from the 1980s, the data is never actually removed, only the directory index is removed. This is how we can recover lost data.

In fact, you can never remove data from storage, that is impossible. All you can do is overwrite it with something else. The reason for not overwriting the old data is the time it would take. Do you really want to wait for several minutes after you drag an unwanted video file to the trash? Then you would also complain about the writes to the SSD taking away the lifetime write limit on storage, and the drain on the battery and how sluggish the system is until the overwrite process ends.

Not really deleting data has been the norm for as long as I've been actively using computers (the early 1970s) and it was not a new concept then.

If you must, there is software that can overwrite all the newly free storage with zeros to make the recently deleted data unrecoverable.

The bug was that the index was not properly changed, there was never any intent to actualy remove the files and the fix does not actually remove the file.
Great explanation but irrelevant on a tech blog like MacRumors. Some believe whatever they want to about anything and no amount of logical expert explanation will sway them. Thanks for the correct info, though.
Score: 2 Votes (Like | Disagree)
22 months ago

When you delete ANYTHING on a computer, going back to the old vintage 1970s UNIX and MS DOS from the 1980s, the data is never actually removed, only the directory index is removed. This is how we can recover lost data.

In fact, you can never remove data from storage, that is impossible. All you can do is overwrite it with something else. The reason for not overwriting the old data is the time it would take. Do you really want to wait for several minutes after you drag an unwanted video file to the trash? Then you would also complain about the writes to the SSD taking away the lifetime write limit on storage, and the drain on the battery and how sluggish the system is until the overwrite process ends.

Not really deleting data has been the norm for as long as I've been actively using computers (the early 1970s) and it was not a new concept then.

If you must, there is software that can overwrite all the newly free storage with zeros to make the recently deleted data unrecoverable.

The bug was that the index was not properly changed, there was never any intent to actualy remove the files and the fix does not actually remove the file.
That would indicate a file system corruption. It doubt that this was the case.
Score: 1 Votes (Like | Disagree)