HomeWeb utilitiesWeb toolsWhat is my browser window size?
Web tools

What is my browser window size?

Browser current window size.

Live
Ready

Runs locally in your browser.

Browser current window size.

Your window size is

Screen resolution detection with Javascript

You can get the outer window size with window.outerWidth and window.outerHeight.

You can get the inner window size with window.innerWidth and window.innerHeight.

With IE you can get it with document.body.clientWidth and document.body.clientHeight.

You can get the screen window position with window.screenLeft and window.screenTop.

For example: