How To Keep a Window Always On Top in Windows 10

No operating system has every feature, but there’s one essential feature missing from Windows 10: the ability to lock windows in the “top layer” of your desktop, displayed over everything else.

This feature is helpful in many ways, from copying information manually between windows to keeping content open when you need it on your screen or keeping your video chat open while working on a project. You can watch a movie in the background of your computer while working on other projects, or you can keep your file browser on top of your web browser or word processor to always have access to your content.

No matter how you want to work, keeping windows on top is essential to boosting productivity. Unfortunately, Windows 10 excludes that feature, but you can easily add it to your PC using third-party software. For Mac users, see how to keep a window on top in MacOS.

How Do I Force a Window to be Always on Top in Windows 10?

Always on top example for Windows 10

If you like a simple, ready-to-use application, DeskPins is your best option. However, AutoHotKey is the optimum way to keep some windows always on top for advanced users who prefer to use scripts.

If you have been researching this topic, you may have found articles mentioning an app called “Always on Top.” It was in here, too, at one time. This app also had scripting functions, but the “Always on Top” app is from 2016. The website does have a download URL, but it doesn’t appear on the website, which is questionable. This is only mentioned because numerous websites link to it and tell you to use it, but it has potential security risks. Some of those links are unsecured too.

Here are the best ways to pin a window on top in Windows 10.

Option #1: Use DeskPins

Image result for deskpins

If you’re looking for something that comes prewritten, it is best to stick with a freeware app called DeskPins, which effectively pins windows to always be on top until you close them or unpin them. Some more technically inclined Windows users might prefer the customized scripting options available with AutoHotkey, which you’ll find in the next section.

DeskPins has been around for years since the days of Windows XP, and it still gets used today to place window pins on the PC because it is simple, easy, and freeware. As a Free or Open Source Software (FOSS) program, you can easily use DeskPins on any Windows computer.

Here’s how to use DekskPins.

  1. Download and install Deskpins using the Windows 10-specific installer.
  2. Double-click or right-click and select Open on deskpins.exe to run the program on your computer.
  3. Click the icon in your taskbar, and the mouse icon turns into a small, red pin.
  4. Pin your window or program by clicking on the top portion of the window. A small, red pin icon appears in the title bar of the pinned window to show its status.
  5. To unpin the window, click the pin icon to turn the option off, or you can close the window.
How to keep a window always on top in Windows 10-3

DeskPins is just as easy to use as you might imagine, but there are a few things you should be aware of when using it:

First, the program may not function on computers under administrative control, such as work or school PCs. Talk to your employer’s or school’s help desk or IT department for assistance on this matter, as they may have policies on what is permitted and whether or not they install it or let you handle it.

Second: You can still minimize and maximize the window when desired without losing the window’s “always-on-top” status.

Option #2: Use AutoHotKey with Custom Scripting

AutoHotkey is a free, open-source (GNU GPLv2) program that allows you to write custom scripts or use plugin scripts from other people to help you create macros on your computer.

The app is widely used and highly recommended, and its uses range from gaming to changing the direction of your mouse scroll.

If you’re looking to pin windows to your desktop, you can do so easily with AutoHotkey, although it’s worth noting that you’ll have to create the script by writing code manually.

Note: AutoHotkey has upgraded from v1.0 to 2.0, which changes script functionality. This article provides updated steps to work with v2.0.

Here are the steps on how to get going with AutoHotkey v2.0:

  1. Download and install AutoHotkey v2.0 if you don’t already have it.
  2. Launch AutoHotKey.
  3. In the Install mode: section, choose All users or Current user, then click Install.
  4. Right-click the Desktop and create a new folder (“AutoHotKey Scripts” in this example) to store your script(s).
  5. Return to AutoHotKey and select New script.
  6. In the top box, name your new script (“AlwaysOnTop” in this example).
  7. Click the folder icon next to the top box, then set the correct folder location (Desktop\AutoHotKey Scripts in this example). You should see “C:\Users\[username here]\Desktop\AutoHotKey Scripts” in the location box.
  8. Choose Minimal for v2.
  9. Click Create.
  10. If the file appears in Explorer, right-click it and choose Edit Script.
  11. Choose the editor as Notepad if prompted, then click OK.
  12. Below the existing text, paste the following script:
    ^space:: WinSetAlwaysOnTop "-1","A"
    Return
  13. Select File -> Save and exit Notepad.
  14. Double-click the file or right-click it and select Run script.
  15. If you have problems running the script, try running it as Administrator, but you shouldn’t have any issues.
  16. To place a window on top of other windows, select it and press the hotkey combination Ctrl + Space.
  17. To undo a window on top, select it and press Ctrl + Space once more.

You can place more than one window on top, but the last one selected will remain at the top until you undo its top status. Then, the second window that is set will remain at the top until you change it. This process can continue depending on how many windows you have selected to be on top.

Also, you can still minimize or close any window that stays on top.

The “^” character represents the Ctrl key, and “SPACE” means the space bar, creating a “Ctrl + [Space]” hotkey. You can also use “#” to represent the Windows key if preferred.

Auto Hotkey does provide more customization than you’d otherwise get from Always On Top, but it’s also more work to use on your PC.


Ultimately, DeskPins and AutoHotKey represent the best methods for helping productivity and efficiency by pinning a window to the foreground in Windows 10.

Whether you’re looking to keep a video playing in the background, pin a calculator or a notepad app while working on spreadsheets, or you need to watch a file transfer while editing a photo in Photoshop, it’s super easy to do with DeskPins and AutoHotKey. Do you have any experience pinning windows to the top in Windows 10? Let us know in the comment section below.

Note: This article is not a promotion for any particular application.

Disclaimer: Some pages on this site may include an affiliate link. This does not effect our editorial in any way.