How to Install Visual Studio Code on Windows?
Last Updated :
26 Jun, 2025
Visual Studio Code (VS Code) is a free, lightweight, and open-source code editor developed by Microsoft. It supports multiple operating systems, including Windows, macOS, and Linux.
VS Code is designed to be versatile and user-friendly, offering features such as:
- Syntax Highlighting and Autocompletion: Enhances code readability and writing efficiency.
- Integrated Debugging: Allows developers to test and debug code within the editor.
- Built-in Git Integration: Facilitates version control and collaboration directly from the editor.
- Extensibility: Supports a wide range of extensions to add functionalities like new language support, themes, and tools.
Steps for Installation of Visual Studio Code are the same as Windows for Mac users. For Ubuntu, click here
Steps to Install Visual Studio Code on Windows
Step 1: Visit the Official Website of the Visual Studio Code using any web browser like Google Chrome, Microsoft Edge, etc.

Step 2: Press the "Download for Windows" button on the website to start the download of the Visual Studio Code Application.

Step 3: When the download finishes, then the Visual Studio Code Icon appears in the downloads folder.

Step 4: Click on the Installer icon to start the installation process of the Visual Studio Code.
Step 5: After the Installer opens, it will ask you to accept the terms and conditions of the Visual Studio Code. Click on I accept the agreement and then click the Next button.

Step 6: Choose the location data for running the Visual Studio Code. It will then ask you to browse the location. Then click on the Next button.

Step 7: Then it will ask to begin the installation setup. Click on the Install button.

Step 8: After clicking on Install, it will take about 1 minute to install the Visual Studio Code on your device.

Step 9: After the Installation setup for Visual Studio Code is finished, it will show a window like this below. Tick the "Launch Visual Studio Code" checkbox and then click Next.

Step 10: After the previous step, the Visual Studio Code window opens successfully. Now you can create a new file in the Visual Studio Code window and choose a language of yours to begin your programming journey!

So this is how we successfully installed Visual Studio Code on our Windows system. The steps mentioned in the above guideline can be used in any kind of Windows Browsers for Downloading & Installation VS Code on Windows 10. So, try these steps to get the VS Code IDE on your device as well.
VS Code Extensions
Extensions in Visual Studio Code (VSCode) are add-ons that enhance the functionality of the editor. They allow developers to tailor the editor to their specific needs, whether for coding, debugging, or project management.
Similar Reads
How to Install Visual C++ on Windows? In this article, we will discuss the process of installing Visual C++ on Windows. Visual C++ is part of the general "C suite" of programming languages often used for many different types of development projects. The full name of the product is Microsoft Visual C++, which is sometimes abbreviated as
1 min read
How to Install VirtualBox on Windows? Virtual Machine abstracts the hardware of our personal computers such as CPU, disk drives, memory, NIC (Network Interface Card), etc, into many different execution environments as per our requirements, hence giving us a feeling that each execution environment is a single computer. For example, Virtu
1 min read
How to Install Cmder on Windows? Cmder is a command prompt user interface. It is often used in windows machines mainly. Generally, users like to interact with graphical user interfaces. As in command prompt in windows are not that graphical. Understanding some concepts of the GUI method is most important nowadays. Cmder is one of t
2 min read
How to Install Unreal Engine on Windows? An unreal engine is computer software made with the purpose of game development so it is a game engine. The development credit of this software goes to Epic Games and it was first launched in 1998. Its author is Tim Sweeney. It is capable of making 2D and 3D games. It is available for different oper
2 min read
How to Install Go on Windows? Prerequisite: Introduction to Go Programming Language Before, we start with the process of Installing Golang on our System. We must have first-hand knowledge of What the Go Language is and what it actually does? Go is an open-source and statically typed programming language developed in 2007 by Robe
3 min read