Emulate Numpad in Windows 10/11: Step by Step Guide (2023)

Main conclusions:

  • Most laptops and keyboards don't have a dedicated numeric keypad.
  • You can emulate the functionality of the numeric keypad in Windows if you don't have a dedicated numeric keypad.
  • There are several methods to emulate the numeric keypad in Windows, e.g. For example, using an on-screen keyboard, a numeric keypad emulator, or an AutoHotKey script.

However, not all laptops or keyboards have a dedicated numeric keypad. For example, my 14-inch laptop and 10-key external keyboard do not have a numeric keypad.

What if your laptop or keyboard doesn't have a numeric keypad?

No worries; You can emulate the numeric keypad functionality in Windows even if your laptop or keyboard doesn't have a dedicated numeric keypad.

In this article, we examine three simple ways to emulate the numeric keypad in the Windows 10 and 11 operating systems. Follow what you like.

Table of contents:

  1. How to emulate the numeric keypad in Windows
    1. Use the on-screen keyboard to emulate the numeric keypad
    2. Use a numeric keyboard emulator
    3. How to emulate the numeric keypad with AutoHotKey
  2. What is a numeric keypad?
  3. What is the numeric keypad for?
  4. Diploma

How to emulate the numeric keypad in Windows

There are three methods for typing without a numeric keypad. i.e. use the on-screen keyboard, a dedicated numeric keypad emulator or an AutoHotKey script to emulate the numeric keypad in Windows 10 and 11. All three methods achieve the same result. So follow the method which is convenient and easy to use.

The following steps work the same on Windows 10 and 11.

1. Use the on-screen keyboard to emulate the numeric keypad

Windows 10 and 11 have an onscreen keyboard for typing on touchscreen devices or with a mouse. You can use this on-screen keyboard to emulate the numeric keypad in Windows.

To emulate the numeric keypad with the on-screen keyboard:

(Video) How to turn on Num Lock on a laptop with Windows 11

  1. Click No"Beginicon” in the taskbar.
  2. Find and open"on-screen keyboard.“
  3. Click No"options' on the on-screen keyboard.
  4. Choose "Enable numeric keypadcheck box.
  5. Click No"Num Lock' on the on-screen keyboard.
  6. Now you canemulate and use the numeric keyboardvia the on-screen keyboard.

Steps in detail:

First, open the on-screen keyboard. To do this, press the "Start" button on the keyboard or click on the "Start icon" in the taskbar. Once the Start menu opens, find and open "On-Screen Keyboard".

Emulate Numpad in Windows 10/11: Step by Step Guide (1)

After opening the On-Screen Keyboard app, see if you can find the number pad. If that doesn't work, click the Options button on the on-screen keyboard.

The above action will open the On-Screen Keyboard options window. Here, check the “Enable numeric keypad” box and press the “OK” button to save the changes.

Emulate Numpad in Windows 10/11: Step by Step Guide (2)

After that, click the Num Lock button toEnable numeric keypad. Once the numeric keypad is enabled, you can use it to emulate the numeric keypad in Windows.

Emulate Numpad in Windows 10/11: Step by Step Guide (3)

2. Use a numeric keyboard emulator

If your keyboard or laptop doesn't have a numeric keypad, you can use a free numeric keypad emulator. Creates a virtual numeric keypad on the screen and uses the mouse pointer to emulate numeric keypad keys.

To use a numeric keypad emulator:

  1. Go downstairsNumpad-Emulator-Software.
  2. To installthe numeric keypad emulator app.
  3. Openthe numeric keyboard emulator.
  4. You nowStart using the numeric keypad.

Links to download ->https://sourceforge.net/projects/numpad-emulator/

Steps in detail:

First, download the numeric keypad emulator from Source Forge's official downloads page. Once downloaded, double click the exe file and install it. Once installed, launch the numeric keypad emulator from the start menu.

Emulate Numpad in Windows 10/11: Step by Step Guide (4)
(Video) Virtual Extended Keyboard - Gain Access To A NumPad and Function Keys On A Laptop With A TouchBar!

As soon as you open the app, you will see a virtual number pad on the screen. At this point the numpad emulator is working as it should and you can use it.

Emulate Numpad in Windows 10/11: Step by Step Guide (5)

The good thing about this app is that you can customize the virtual number pad and add new keys. For example, you may want to add other missing keys, Start, End, Print Screen, etc. to the virtual numeric keypad.

To add additional keys to the emulated numeric keypad, click the Settings icon and select the Add/Remove Buttons option.

Emulate Numpad in Windows 10/11: Step by Step Guide (6)

The above opens two new windows. One window contains all the keys/buttons that you can add, and the second window is where you add the new keys/buttons. To add a new key, simply drag and drop it from one window to another at the location of your choice.

After adding all the keys, click on the "Apply" button.

Emulate Numpad in Windows 10/11: Step by Step Guide (7)

Once you do this, the virtual numeric keypad will update to show the new keys. In my case I added six buttons, viz. H. alt, ctrl, tab, home, end and print screen.

Emulate Numpad in Windows 10/11: Step by Step Guide (8)

After all, if you use the app frequently, it's best to start with Windows. To do this, click the "Settings" icon, select the "Settings" option, check the "Autorun with Windows" box and click the "OK" button.

Emulate Numpad in Windows 10/11: Step by Step Guide (9)

When you close the app, it will minimize to the taskbar. To exit the application, right-click on the numeric keypad emulator and select the "Exit" option.

Emulate Numpad in Windows 10/11: Step by Step Guide (10)

3. How to emulate Numpad with AutoHotKey

AutoHotKey is popular, lightweight, open-source software for creating keyboard shortcuts, quick macro creation, automation, and more. We can use AutoHotKey to emulate the numeric keypad in Windows. The good thing is that you can convert the numbers on the top row of the keyboard to numeric keys or display a virtual numeric keypad on your screen, just like numeric keypad emulator. I will show both methods; follow what you like.

Note: Download and install AutoHotKey before following the steps below. Download links ->https://www.autohotkey.com/download/

(Video) How To Disable or Enable NumLock At Windows 11/10 Startup

AutoHotKey script to use the number keys in the top row as number keys:

First, right-click on the desktop and select the "New -> Text Document" option to create a new text file.

After creating the text file, rename it to "NumPad.ahk". It is important that you use the .ahk file extension.

Once the file name has been changed, right click on it and select the "Edit" option.

In the opened window, paste the following script, save and close.

#WindowsLoop#If GetKeyState("CapsLock", "T")1::Numpad12::Numpad23::Numpad34::Numpad45::Numpad56::Numpad67::Numpad78::Numpad89::Numpad90::Numpad0

Then double-click the newly created AHK file. This action launches the script and sits silently in the taskbar. To use it, enable Caps Lock and press the number key on the top row to simulate the corresponding number key. When Caps Lock is off, the top row keys work normally. As you can see, you get the best of both worlds.

While the script is running, you can use the numbers on the top row of the keyboard as number keys.

AutoHotKey script to create a virtual numeric keypad on the screen:

If you want to emulate the numeric keypad with an on-screen keyboard, follow the steps below.

I go toComputer Edge-Websiteand click the KeyPad.zip link to download the zip file.

(Video) Windows Doesn’t Suck! Microsoft Just Wants You To Think So…

Once downloaded, right click on the ZIP file and select the "Extract All" button. Click the Extract button when prompted. This action extracts the content to a folder.

Open the extracted folder and double-click the KeyPad.ahk file. If you don't have AutoHotKey installed, you can use KeyPad.exe.

Emulate Numpad in Windows 10/11: Step by Step Guide (11)

After you open the file, you will see a numeric keyboard on the screen that you can start using it with. You can also toggle Num Lock on and off to turn the numeric keypad on or off.

Emulate Numpad in Windows 10/11: Step by Step Guide (12)

What is a numeric keypad?

A numeric keypad, also known as a dedicated numeric keypad or numeric keypad on your keyboard. Usually found on the right side of a keyboard, it contains keys for the numbers 0 through 9, as well as math operators like +, -, *, and special characters "slash" and "period/decimal". The numeric keypad is also sometimes available as a separate add-on for Windows.

What is the numeric keypad for?

No matter who you are, having a numeric keypad on your keyboard is pretty handy. For example, professionals such as accountants, data analysts, and programmers often use Numpad to perform quick calculations and enter numbers. The numeric keypad is also useful for gamers playing games like strategy and role-playing games that require a large amount of numeric input.

Because it is a dedicated numeric keypad, some tasks require the use of the numeric keypad and cannot be performed using the number keys on the top row of the keyboard. For example, if you want to create oneinvisible folder, you must use alternate codes that require the use of a numeric keypad. The same applies toMoving the cursor with the keyboard.

Numpad emulation on Windows - conclusion

In summary, there are several ways to emulate a numeric keyboard on a Windows computer. This includes using the on-screen keyboard, dedicated numpad emulator software, or creating custom scripts with AutoHotKey.

Use the method of your choice as needed. For example, if you want a customizable virtual numeric keypad, use the numeric keypad emulator. If you are an AutoHotKey user, use the AutoHotKey numpad script. However, if your need is temporary and you don't want to use third-party software, the on-screen keyboard can be a handy solution.

That's all. It's very easy to emulate Numpad on Windows.

I hope this simple and easy Windows guide helped you.

(Video) How to remap keys on ANY KEYBOARD | Windows 10 / 11

If you get stuck or need any help please email me and I will try to help as much as I can.

FAQs

How do I numpad emulate in Windows 10? ›

Windows 10

Go to Start, then select Settings. Select Ease of Access. Scroll down and select Keyboard, and then move the slider under On-Screen Keyboard.

How do I emulate numpad keys? ›

To activate the number pad, find the number lock key (usually labeled NumLock, Num Lk, or Num). After locating it, look for the Fn or Alt key. If either the Fn or Alt key's color matches the alternate numbers, press it in conjunction with the number lock key.

How do I get the number pad on my screen keyboard Windows 11? ›

Go to Accessibility > Keyboard and turn on the toggle next to On-screen keyboard. By default, the virtual keyboard doesn't include the number pad. To enable it, click Options and check the Turn on numeric key pad option.

How do I get virtual numpad? ›

Windows 10
  1. Right-click the Windows icon.
  2. Select Ease of Access.
  3. Select Keyboard, and then move the slider under On-Screen Keyboard to On.
  4. A keyboard appears on the screen. Click Options and check Turn on numeric keypad, then click OK.

How do I press Num Lock without numpad? ›

Workaround
  1. Right-click the Windows icon.
  2. Select Ease of Access.
  3. Select Keyboard, and then move the slider under On-Screen Keyboard to On.
  4. A keyboard appears on the screen. Click Options and check Turn on numeric keypad, then click OK.

How do I use Windows Alt code without numpad? ›

If you're using a laptop (not a Macbook) and you are sure you don't have a NumLk - one user told that this hack worked for him: if you don't have both Num Lock or ScrLock hold the FN button down then Alt so you're holding both down then enter your alt code.

How can I use my mouse as a Numberpad? ›

With Mouse Keys, you can use the numeric keypad on your keyboard—instead of the mouse—to move the pointer.
...
To turn on Mouse Keys
  1. Open Ease of Access Center by clicking the Start button. ...
  2. Click Make the mouse easier to use.

What is keypad emulation? ›

Keyboard Emulation. A keyboard emulator, also known as a virtual keyboard, is a software component that allows users to enter characters onto a computer display through other devices, such as touch screens or mice.

How do I turn on numpad on touchpad? ›

1. Tap the NumberPad icon for one second at the top right corner of the touchpad, and an illuminated numeric keypad appears.

Can you use your phone as a numpad? ›

Keypad transforms your iPhone or iPad into a numeric keypad to be used with your Mac Computer. Just have your computer and your iOS device on the same Wi-Fi network, run Keypad on both devices and that's it. Now your iPhone or iPad is your Mac's numeric keypad.

How do I type special characters in Windows 10 without numpad? ›

USING ALT CODES ON LAPTOP WITHOUT NUM LOCK
  1. Open Character Map by clicking the Start button, clicking All Programs, clicking Accessories, clicking System Tools, and then clicking Character Map.
  2. In the Font list, type or select the font you want to use.
  3. Click the special character you want to insert into the document.
Jan 27, 2010

How do I use numpad as a cursor? ›

Press the Windows key on your keyboard. In the box that appears, type Ease of Access mouse settings and press Enter . In the Mouse Keys section, toggle the switch under Use numeric pad to move mouse around the screen to On.

Videos

1. How to use your Computer without mouse (Use your Keyboard as a Mouse)
(Adams Tech Guide)
2. How to fix Number Pad Problem || Numpad issue resolved || Number Keys not working || Tips and Tricks
(39 3D Art)
3. How to map a controller to keyboard keys on Windows 10
(AddictiveTipsTV)
4. How to install Yuzu and Keys on Windows 10 or Windows 11 using this simple tutorial
(IrishSloppyDad)
5. Virtualize Windows 11 with Proxmox the Right Way!
(Techno Tim)
6. How To Sideload Android Apps On Windows 11 - No Emulator Required
(TheHowToGuy123)
Top Articles
Latest Posts
Article information

Author: Neely Ledner

Last Updated: 12/07/2022

Views: 6197

Rating: 4.1 / 5 (62 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Neely Ledner

Birthday: 1998-06-09

Address: 443 Barrows Terrace, New Jodyberg, CO 57462-5329

Phone: +2433516856029

Job: Central Legal Facilitator

Hobby: Backpacking, Jogging, Magic, Driving, Macrame, Embroidery, Foraging

Introduction: My name is Neely Ledner, I am a bright, determined, beautiful, adventurous, adventurous, spotless, calm person who loves writing and wants to share my knowledge and understanding with you.