# How to Install Dart on Windows? ![](https://i.imgur.com/BYCLwdu.jpg) ### Step 1: Download the Dart SDK Zip file Download from here [URL](https://dart.dev/get-dart/archive) ![](https://i.imgur.com/KT417mu.png) ### Step 2: Extract zip file Copy the zip file and paste it into **C** **drive**, then unzip it. ### Step 3: Add Dart Path to PATH Environment Variable Open **dart-sdk** folder and then **bin** folder and copy the **path** ![](https://i.imgur.com/BOcwXJJ.png) ![](https://i.imgur.com/JgwJ56Y.png) Search for **Edit environment variables for your account** ![](https://i.imgur.com/sOqnqWh.jpg) ![](https://i.imgur.com/RuvW8j5.png) ![](https://i.imgur.com/lXbFbIg.png) Paste the path you copied ![](https://i.imgur.com/Uu0RmQU.png) ### Step 4: Test the dart-SDK installation Type this command `dart --version` in cmd ![](https://i.imgur.com/E61rsfU.jpg) ### Step 5: VSCode Extensions * [Dart](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code) * [Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner)