IPad – Get iPad serial number on iCloud

icloudipadserial number

My girlfriend and I have traveled to Singapore and her iPad has gotten stolen.

We can't seem to find her iPad serial number anywhere (she never plugged it into her computers as it was backed up through iCloud and it charged faster through the socket), and she's binned the box it came in from.

Apple's support website doesn't show it under her Apple ID either. We've also tried going through other possible emails, but there's only the one.

It does, however, show under Find my iPhone on the iCloud website. Is there a way to retrieve the serial number through here?

We need it so that the police here can match it to a database of lost and found devices.

Best Answer

I've found how you do it.

With Xcode installed, open your terminal and run:

open ~/Library/Preferences/com.apple.iPod.plist

This will open the property list editor.

Navigate down to Root -> Devices and look under each device to recognise the one you're looking for. There are 2 identifying factors: DeviceClass (which can be iPod, iPhone or iPad) and Firmware Version String. Through those two I was able to get the serial number I needed.