You need to add the path of your pip installation to your PATH system variable. By default, pip is installed to C:\Python34\Scripts\pip (pip now comes bundled with new versions of python), so the path "C:\Python34\Scripts" needs to be added to your PATH variable.

To check if it is already in your PATH variable, type echo %PATH% at the CMD prompt

To add the path of your pip installation to your PATH variable, you can use the Control Panel or the setx command. For example:

setx PATH "%PATH%;C:\Python34\Scripts"

Note: According to the official documentation, "[v]ariables set with setx variables are available in future command windows only, not in the current command window". In particular, you will need to start a new cmd.exe instance after entering the above command in order to utilize the new environment variable.

Thanks to Scott Bartell for pointing this out.

Answer from fr1tz on Stack Overflow
🌐
Reddit
reddit.com › r/learnpython › beginner trying to install/import pip on windows 11
r/learnpython on Reddit: Beginner trying to install/import pip on Windows 11
May 16, 2024 -

I'm about a week into my Python journey (primarily Data Camp). I want to utilize packages, which requires pip to be installed first if I'm not mistaken.

Most of my internet foraging has led me to believe pip is already included, how to check if pip is already installed, importing pip, ensurepip and get-pip.py. However I'm only getting syntax errors and dead ends, without the knowledge or vocabulary to fully understand why.

Any suggestions on where I can go from here?

Discussions

How to Install PIP for Python on Windows 11?
What are the steps to install PIP for Python on Windows 11? The goal is to use Python with Microsoft Excel and, if possible, replace VBA entirely. ... Building custom solutions that extend, automate, and integrate Microsoft 365 apps. ... I found the easiest way to install Python on Windows ... More on learn.microsoft.com
🌐 learn.microsoft.com
1
0
January 5, 2025
Pip is not recognized?
hello world! I was trying to install a python library and it didn’t work! for installing the library i typed the following: pip install numpy and i got the following error message: pip : The term ‘pip’ is not recognized as the name of a cmdlet, function, script file, or operable program. More on discuss.python.org
🌐 discuss.python.org
1
1
February 1, 2025
Beginner trying to install/import pip on Windows 11
Pip is always installed alongside Python these days. If you're getting a syntax error, that is almost always because you're trying to run it inside the Python console. pip is a command-line tool so you need to run it from the Windows cmd or powershell. Usually in Windows you would need to do py -m pip. More on reddit.com
🌐 r/learnpython
4
2
May 16, 2024
'pip' is not recognized as an internal or external command, operable program or batch file.
You need to activate a virtual environment to activate the naked pip and python commands. Without that you need to use py -m pip instead. py -m pip install python-docx pyautogui (Note this is for the current official version of python running on windows, other versions of python, other operating systems, and old versions of python do this differently. Also, just for posterity, you don't need to muck around with PATH at all or install pip separately in modern python.) More on reddit.com
🌐 r/learnpython
11
3
December 3, 2023
🌐
Built In
builtin.com › software-engineering-perspectives › pip-command-not-found
Pip Command Not Found on Windows: A Guide
On Windows especially, it seems to nearly always be safe to append to the path. But I always do that little trick to make sure I have an alias around just in case. To fix a “pip: command not found” error, make sure pip is installed and added to your system’s PATH.
🌐
GitHub
github.com › jdx › mise › discussions › 3821
Unable to Run pip After Installing Python via mise on Windows 11 · jdx/mise · Discussion #3821
Java and node are working fine. Installing mise via scoop is working for python without any issues. The problem with pip specifically is unlike the node/npm, there is no shim created for pip.
Author   jdx
🌐
Microsoft Learn
learn.microsoft.com › en-au › answers › questions › 2140635 › how-to-install-pip-for-python-on-windows-11
How to Install PIP for Python on Windows 11? - Microsoft Q&A
January 5, 2025 - What are the steps to install PIP for Python on Windows 11? The goal is to use Python with Microsoft Excel and, if possible, replace VBA entirely. ... Building custom solutions that extend, automate, and integrate Microsoft 365 apps. ... I found the easiest way to install Python on Windows 11 is to follow the instructions here.
🌐
pip
pip.pypa.io › en › stable › installation
Installation - pip documentation v26.0.1
Windows, Linux and macOS. CPython 3.9, 3.10, 3.11, 3.12, 3.13, and latest PyPy3. pip is tested to work on the latest patch version of the Python interpreter, for each of the minor versions listed above. Previous patch versions are supported on a best effort approach. Other operating systems and Python versions are not supported by pip’s maintainers.
Find elsewhere
🌐
ActiveState
activestate.com › home › resources › quick read › how to install pip on windows
How to Install Pip on Windows - ActiveState
January 24, 2024 - For further instructions on how to install packages with pip, refer to our guide to Python Package Installation on Windows · One of the most common problems with running Python tools like pip is the “not on PATH” error. This means that Python cannot find the tool you’re trying to run in your current directory.
🌐
Technoresult
technoresult.com › home › fix “pip not recognized as internal or external command” error in windows 11
Fix "pip not recognized as internal or external command" Error in Windows 11 - Technoresult
May 14, 2024 - The first step in resolving this error is to ensure that Python is properly installed on your Windows 11 system. Follow the steps below to verify: Open the Command Prompt by typing ‘cmd’ in the search bar.
🌐
YouTube
youtube.com › watch
How to install Python on Windows 11 // Python Pip on Windows 11 (1 Minute Tutorial) - YouTube
#python #pip #windows11How to install Python on Windows 11?Did you recently upgraded or installed Windows 11 and want to learn coding in Python? Look no furt...
Published   April 16, 2022
🌐
Dark-hamster
dark-hamster.com › home › how to install pip in microsoft windows 11
How to Install pip in Microsoft Windows 11 - Just Another Sharing Site ...
February 14, 2023 - So, the following is the step for installing pip tool in Microsoft Windows 11 : First of all, just execute the command prompt. It is important to remember that the execution with the Administrator account along its previlege will make it easier for the installation step. It is obvious, since using the Administrator account will no longer have to worry about the issue of lacking privileges. Make sure that ‘pip’ tool does not really exist by typing the ‘pip’ command as follows :
🌐
YouTube
youtube.com › watch
pip : The term 'pip' is not recognized ÇÖZÜMÜ
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
🌐
Python.org
discuss.python.org › python help
Pip is not recognized? - Python Help - Discussions on Python.org
February 1, 2025 - hello world! I was trying to install a python library and it didn’t work! for installing the library i typed the following: pip install numpy and i got the following error message: pip : The term ‘pip’ is not recognized as the name of a cmdlet, function, script file, or operable program.
🌐
MiniTool
minitool.com › home › news › how to fix pip is not recognized in windows command prompt?
PIP Is Not Recognized in Command Prompt? Find Fixes Here!
November 29, 2024 - It is used to install and handle software packages written in Python. By default, most versions of Python have PIP installed. When installing Python packages in the Command Prompt window, Windows will show you an error saying “’pip’ is not recognized as an internal or external command, operable program or batch file”.
🌐
Bobby Hadz
bobbyhadz.com › blog › the-term-pip-is-not-recognized-as-the-name-of-a-cmdlet
The term 'pip' is not recognized as the name of a cmdlet | bobbyhadz
April 4, 2024 - Copied!pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
🌐
YouTube
youtube.com › k0nze
How to Install Python on Windows 11 | Fix Python is Not Recognized - YouTube
This video shows you how to install Python on Windows 11 and fix your Python installation when the Python command is not recognized in your command prompt by...
Published   November 22, 2021
Views   16K
🌐
TechLatest
tech-latest.com › home › tips & tricks › how to › fix: pip is not recognized as an internal or external command
Fix: Pip is not recognized as an internal or external command | TechLatest
February 7, 2022 - Step 1: Go to your windows taskbar and type here to search section type cmd or command prompt and hit enter. Or else you can open the command prompt by pressing Windows key + R and then type cmd on the dialogue box.
🌐
Beebom
beebom.com › how-install-pip-windows
How to Install Pip on Windows in 2024 (Easy Guide) | Beebom
October 15, 2025 - ... 2. In case, you get errors like “Command not found” or “‘Pip’ is not recognized as an internal or external command, operable program or batch file.”, it means that Pip is not properly installed on your PC.
🌐
YouTube
youtube.com › watch
PIP is not recognized as an internal or external command ...
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.