Key Insert (or Ins) is one of the most mysterious buttons on the keyboard. On desktop PCs it is usually located on the right side, next to Delete And Home, but on laptops it is often hidden or combined with other functions. If you suddenly find that Insert does not work or is completely absent from your keyboard - do not rush to panic. In 90% of cases, its function can be activated through a combination with Fn or reassign in BIOS.

In this article we will figure out where to look Insert button on laptops of different brands (ASUS, Lenovo, HP, Acer, Dell), how to enable it if it is not physically present, and why is it needed at all in 2026. We will pay special attention hidden functions Insert in Microsoft Excel And IDE (For example, Visual Studio Code), where this key saves hours of work. Let's also debunk the myth that Insert "outdated" - in fact, it is indispensable for advanced users.

Where is the Insert button on a laptop: search by brand

Laptop manufacturers are saving keyboard space, so Insert key often missing as a separate button. Instead, use combinations with Fn (Function) or combined with other keys. Here's where to look for it on popular models:

  • 🔹 ASUS: usually Insert hidden under PrtSc (Print Screen). Click Fn + PrtSc.
  • 🔹 Lenovo (series ThinkPad, IdeaPad): the key may be in place Del on the right side or activate via Fn + K (on some models).
  • 🔹 HP (Pavilion, Omen): Insert often combined with 0 on the numeric keypad (you need to press Fn + 0).
  • 🔹 Acer And Dell: search Insert in the top row on the right, next to Delete, or use Fn + End.
  • 🔹 MacBook: on the keyboard Apple no Insert - it is replaced by a combination Fn + Enter (in some applications).

If your model is not included in the list, inspect your keyboard for secondary functions (they are usually marked in blue or red). For example, on MSI Insert can be combined with Ins on the key . (dot) in the number block.

📊 What brand is your laptop?
  • ASUS
  • Lenovo
  • HP
  • Acer
  • Dell
  • Apple
  • Other

How to enable Insert if it is not on the keyboard: 4 ways

If the physical button Insert no, its function can be emulated programmatically or through the BIOS. Here are the working methods:

  1. Combination with Fn: Find a button on your keyboard that says Ins (usually on PrtSc, Del or number key) and press it together with Fn.
  2. Windows On-Screen Keyboard: open it via Win + Ctrl + O, find Insert and click the mouse.
  3. Remapping in BIOS: On some laptops (eg Lenovo Legion) can be turned on Insert as a separate key in settings BIOS → Configuration → HotKey Mode (select Disabled).
  4. AutoHotkey: create a script for binding Insert to any key. Sample code:
    #NoEnv
    

    SendMode Input

    SetWorkingDir %A_ScriptDir%

    F12::Send {Insert}

    After saving the script, click F12to send Insert.

On MacBook an alternative is a combination Fn + Enter, but it does not work in all applications. For full emulation use Karabiner-Elements — a utility for reassigning keys.

☑️ Checking Insert operation

Done: 0 / 4

Why do you need an Insert button: 5 practical uses

Many users mistakenly believe Insert useless, but it performs unique functions that cannot be replicated by other means. Here's where it's indispensable:

Application Action Example
Switching input modes Turns mode on/off replacements (overwrite) instead of insertion B Word or Excel the new text replaces the old one, rather than shifting it
Copying in the terminal B Linux/WSL Shift + Insert = insert from buffer Alternative Ctrl + V in the console
Editing Code B VS Code or IntelliJ IDEA switches editing mode Convenient for editing long lines without using a mouse
Gaming hotkeys In some games (for example, Minecraft) Insert duplicates inventory Useful for cheating or debugging mods
Special functions in the software B AutoCAD or Photoshop calls context menus Speeds up working with hotkeys

B Microsoft Excel Insert used for cell insertions (instead of Ctrl + +) and switching between formula editing modes. And in Notepad++ combination Shift + Insert inserts text without formatting - this saves you when working with HTML or JSON.

💡

B Google Sheets click Insertto quickly add a new row or column without using the menu.

Insert does not work: reasons and solutions

If the key Insert does not respond to clicks, the problem may lie in hardware or software settings. Here are the most common causes and ways to eliminate them:

  • 🔧 Number pad disabled (Num Lock): if Insert combined with a number key (for example, 0), make sure that Num Lock off.
  • 🔧 Keyboard driver conflict: update the driver via Device Manager → Keyboards or reinstall it.
  • 🔧 BIOS failure: Reset BIOS settings to factory settings (optional Load Default Settings).
  • 🔧 Keyboard dirty: If the button cannot be physically pressed, clean it with compressed air or disassemble the laptop.
  • 🔧 Virus or malware: Some Trojans block keys. Check the system Malwarebytes or Kaspersky Virus Removal Tool.

On laptops Lenovo And Dell the problem is often related to the manufacturer's utilities (for example, Lenovo Vantage or Dell SupportAssist). Try disabling them temporarily Startup (click Ctrl + Shift + Esc → Startup).

⚠️ Attention: if after updating the BIOS the key Insert stopped working, rolling back to a previous firmware version can restore its functionality. Look for instructions on the laptop manufacturer's website.

Insert in Excel and Word: productivity secrets

In office applications Microsoft key Insert Performs unique functions that speed up work with documents and spreadsheets. For example:

  • 📊 B Excel:
    • Click Insertto insert cell (moving the rest to the right or down).
    • Combination Shift + Insert = insert data from buffer no formatting.
    • Ctrl + Insert copies the selected area (alternative Ctrl + C).
  • 📝 B Word:
    • Insert switches mode replacements (the text replaces the old one, rather than being inserted between characters).
    • Ctrl + Insert = copy, Shift + Insert = insert (as in terminal).

Few people know that in Excel can be used Insert for quickly adding rows: highlight a line, press Ctrl + + (or Insert), and a new line will appear above the highlighted one. This even works in protected sheets if edits are enabled.

How to turn off replace mode in Word by default?

B Word go to File -> Options -> Advanced and uncheck the box Replace selection as you type. Now Insert will not accidentally activate this mode.

Insert in programming and games: non-obvious tricks

For developers and gamers Insert is not just a button, but a tool for optimizing work processes. Let's consider several scenarios:

  • 💻 In IDE (VS Code, PyCharm):
    • Switching between modes inserts And replacements (as in Vim).
    • B Visual Studio Shift + Insert pastes text from the clipboard no formatting (useful for inserting code from the web).
  • 🎮 In games:
    • B Minecraft (Java Edition) Insert duplicates inventory slot (useful for builders).
    • B Counter-Strike (via the console) can be linked to Insert quick purchase of weapons.
  • 🐧 In Linux terminal:
    • Shift + Insert = standard insert (as Ctrl + V on Windows).
    • Ctrl + Insert = copy selected text.

B AutoHotkey you can create a macro that will use Insert to automate routine tasks. For example, the script below inserts the current date when clicked Insert:

Insert::

FormatTime, CurrentDateTime,, yyyy-MM-dd

SendInput %CurrentDateTime%

return

⚠️ Attention: in some anti-cheats (for example, EAC or BattleEye) programs like AutoHotkey may cause a ban. Disable them before playing multiplayer games.
💡

B Linux terminal Shift + Insert is the only universal insertion method that works even without a graphical interface.

FAQ: Frequently asked questions about the Insert button

🔍 Why is there no Insert key on my laptop?

Manufacturers save space by combining it with other buttons (for example, PrtSc or Del). Look for the inscription Ins small print and use a combination with Fn.

🔍 How to emulate Insert on MacBook?

On macOS There is no direct analogue, but it works in most applications Fn + Enter. For a complete replacement, use Karabiner-Elements or BetterTouchTool.

🔍 Why do we need the Insert key in 2026?

It is indispensable for:

  • Quickly insert data into Excel without a mouse.
  • Switching editing modes in IDE.
  • Inserting text in the terminal Linux.
  • Game hotkeys (for example, duplicating items in Minecraft).

🔍 Is it possible to reassign another key to Insert?

Yes, using:

  • AutoHotkey (Windows).
  • Karabiner-Elements (macOS).
  • BIOS settings (on some laptops).

Example script for AutoHotkey:

CapsLock::Insert  ; Заменяет CapsLock на Insert

🔍 Why does the text start to get overwritten when you press Insert in Word?

This is the mode replacements (overwrite). To turn it off, click Insert again or go to File -> Options -> Advanced and uncheck Replace selected fragment.