What is my Screen Resolution?

This is an online tool to determine screen resolution for your mobile device. You might got incorrect screen resolution from other sites. Because all other sites unable to detect retina display screen. In order to generate correct screen resolution information, we collected thousands of mobile device information and keeping updated.

Screen Resolution

Other Information

Browser Width/Height
Display Aspect Ratio
Retina DisplayNo
Device CategoryDesktop or Laptop Device
Monitor Sizedetect

Javascript (for web engineering)

screen.width x screen.height
screen.availWidth x screen.availHeight
window.innerWidth x window.innerHeight
window.outerWidth x window.outerHeight
window.devicePixelRatio
window.orientation
@media screen and (orientation: xx) {}