To check if Python is installed on Windows, open Command Prompt or Windows PowerShell and run the command python --version (or python -V). If Python is installed, the system will display the version number (e.g., Python 3.14.x); if not, you will receive an error message or be redirected to the Microsoft Store.

Alternatively, you can search for "Python" in the Windows Start Menu. If installed, the app will appear as a top result; pressing Enter will launch the Python prompt (>>>), confirming the installation. For systems with multiple versions, the py --version command or py --list can identify all installed Python interpreters.

  1. Open Command Prompt > Type Python Or py > Hit Enter If Python Is Installed it will show the version Details Otherwise It will Open Microsoft Store To Download From Microsoft Store

  2. Just go in cmd and type where python if it installed it will open a prompt .

Sometimes it may not work if environment variable is not set up, so you can also check by where python in cmd. If where python returns something hot to that path and see for python.exe

Answer from Sagar Suba on Stack Overflow
🌐
DataCamp
datacamp.com › blog › how-to-install-python
How to Install Python on Mac and Windows | DataCamp
January 13, 2023 - Open a command line tool such as Windows Terminal (the default on Windows 11) or Command Prompt (the default on Windows 10). In the command line, type python. If Python is installed, you should see a message like Python 3.x.x followed by the Python prompt, which looks like this >>>. Note that ...
🌐
Cornell Computer Science
cs.cornell.edu › courses › cs1110 › 2021sp › materials › install-test.html
Testing your Python installation - Cornell: Computer Science
Open a new command-shell window, enter the word "python" (then hit return), and look in the Python "banner" for the words "Python 3.7" or "Python 3.8" and "Anaconda". Here is an example screenshot; it's fine if your "banner" looks different, as long as you see the two words we're looking for. If not, your system is running the wrong Python for this class. First, try rebooting. If the same problem happens, re-install (sorry) and re-test.
🌐
Asmarterwaytolearn
asmarterwaytolearn.com › python › check-install-python-for-windows.html
Check Install of Python 3 for Windows
NOTE: If you're an experienced computer user, you may know how to skip some of these steps. If so, feel free. ... To confirm that Python has been installed on your computer: Start by pressing the Windows key on your keyboard.
🌐
freeCodeCamp
freecodecamp.org › news › check-python-version-how-to-check-py-in-mac-windows-and-linux
Check Python Version – How to Check Py in Mac, Windows, and Linux
July 7, 2023 - To check the Python version on a Windows operating system, you can follow these detailed steps: Press the Windows key on your keyboard. Type "cmd" (without quotes) in the search bar. Click on the "Command Prompt" app from the search results.
Find elsewhere
🌐
CodingNomads
codingnomads.com › how-to-check-if-python-is-installed
How to Check if Python is Installed
Either of these should open up a terminal at the bottom of your VS Code editor window. This terminal is the same terminal that you've worked with before, but it's integrated into the VS Code interface. Now use the integrated terminal to confirm that your Python installation was successful by typing the following command: ... If you get this output on the terminal, then Python 3 has been successfully installed on your machine.
🌐
PhoenixNAP
phoenixnap.com › home › kb › sysadmin › how to check python version in linux, windows, and macos
How to Check Python Version in Windows, Linux, and macOS
December 19, 2025 - Open Windows PowerShell or the Command Prompt, and run the following command: ... If you have Python installed, PowerShell reports the version number. If you are using a Mac, check the Python version by running the following command in the terminal: ... The system reports the installed version. Python 2 and Python 3 are separate programs, allowing users to run Python 2 and Python 3 installations separately on the same system. Python 3 is not entirely backward compatible.
🌐
Alma Better
almabetter.com › bytes › articles › how-to-check-python-version
How to Check Python Version? (Linux, Windows and Mac)
January 12, 2024 - If Python is installed, the version number will be displayed. Alternatively, you can use the Windows Search function to check for the presence of Python version latest. Simply press the Windows key and type "Python".
🌐
CyberPanel
cyberpanel.net › blog › how-to-check-python-version
Quick Ways to Check Python Version on Mac, Windows & Linux
May 17, 2025 - 2: Is there any specific command line to check Python Version installation on my OS is completed or not? In the command prompt, type python –version or python3 –version. If installed, it will any likely show the specific version number of ...
🌐
GeeksforGeeks
geeksforgeeks.org › python › check-the-version-of-the-python-interpreter
How to check Python Version : Windows, Linux and Mac - GeeksforGeeks
December 17, 2025 - Python has multiple versions, and it's important to know which version is installed on your system. This information is crucial because different Python versions may have variations in syntax or libraries, and ensuring you're using the correct version is vital for compatibility with your projects. In this guide, we'll explore various straightforward methods on how to check the Python version on your Linux, Windows, and Mac systems.
🌐
Real Python
realpython.com › installing-python
How to Install Python on Your System: A Guide – Real Python
February 18, 2026 - First, check if Python is already installed by opening a command-line interface and typing python --version or python3 --version. You can install Python on Windows using the official installer from Python.org or through the Microsoft Store.
🌐
Microsoft Learn
learn.microsoft.com › en-us › windows › python › beginners
Python on Windows for beginners | Microsoft Learn
Running the shortcut executable with any command-line arguments will return an error code to indicate that Python was not installed. This is to prevent batch files and scripts from opening the Store app when it was probably not intended. If you install Python using the installers from python.org and select the "add to PATH" option, the new python command will take priority over the shortcut.
🌐
W3Schools
w3schools.com › python › python_getstarted.asp
Python Getting Started
Many Windows PCs and Mac computers already have Python pre-installed. To check if Python is installed on Windows, search in the start bar for Python or run the following on the Command Line (cmd.exe):
🌐
DigitalOcean
digitalocean.com › community › tutorials › install-python-windows-10
How to Install Python on Windows | DigitalOcean
September 26, 2025 - Click the appropriate link for your system to download the executable file: Windows installer (64-bit) or Windows installer (32-bit). After the installer is downloaded, double-click the .exe file, for example python-3.10.10-amd64.exe, to run the Python installer. Select the Install launcher for all users checkbox. This enables all users of the computer to access the Python launcher application. Select the Add python.exe to PATH checkbox. This allows users to launch Python from any command-line terminal. If you’re just getting started with Python and you want to install it with default features, click Install Now and proceed to Step 5 - Verify the Python Installation.
🌐
CodeWithHarry
codewithharry.com › blogpost › how-to-find-python-installation-path
How to find the Python Installation Path on Windows? | Blog | CodeWithHarry
In the Command Prompt window, type the following command: ... Press Enter, and the system will display the paths where Python is installed. The terminal is a powerful scripting environment and newer command-line shell, offering a more modern approach to interacting with your system. If you use ...
🌐
Python
docs.python.org › 3 › using › windows.html
4. Using Python on Windows — Python 3.14.3 documentation
Unlike most Unix systems and services, Windows does not include a system supported installation of Python. Instead, Python can be obtained from a number of distributors, including directly from the CPython team.