How to Install IntelliJ IDEA on Windows?

Last Updated : 22 May, 2026

JetBrains developed IntelliJ IDEA, used for Java and Kotlin development. It provides smart code completion, debugging tools, version control support, and many advanced features that make application development faster and easier.

  • Supports Java, Kotlin, Spring Boot, Maven, Gradle, and many other technologies
  • Provides intelligent code suggestions and error detection
  • Includes built-in debugging, testing, and version control tools
  • Available in both Community Edition and Ultimate Edition

System Requirements to Install IntelliJ IDEA on Windows

But first of all, let us see the system requirements for installing it.

RAM2 GB8 GB of Free RAM
RequirementsMinimumRecommended
CPUModern CPUMulti-core CPU (Quad-core or greater)
Monitor Resolution1024×7681920×1080
OSMicrosoft Windows Server 2019 and Windows 10 or laterLatest 64-bit Windows versions
Disk Space3.5 GB Free SpaceAt least 5 GB of Free Space

Steps to Install IntelliJ IDEA on Windows

Follow these steps to install the IntelliJ IDEA to run our Application.

Step 1: Go to the IntelliJ IDEA Official Website

To Download and Install IntelliJ IDEA, First Go to the official website of IntelliJ IDEA or download it from here.

Step 2: Download IntelliJ IDEA

Click on the Windows .exe download button to start downloading the IntelliJ IDEA setup file.
downloading-intellij-idea

Step 3: Verify the Downloaded File

Open the Downloads folder and check whether the IntelliJ IDEA setup file has been downloaded successfully.
downloading-the-latest-version

Step 4: Run the Installer

Double-click the downloaded .exe file. The IntelliJ IDEA Setup Wizard will appear on the screen. Click on Next to continue.
installing-intellij

Step 5: Choose Installation Location

Select the folder where you want to install IntelliJ IDEA. You can keep the default location or click on Browse to change it. Then click on Next.
choosing-the-folder-to-install-intellij

Step 6: Select Additional Options

Choose additional options such as creating a desktop shortcut, adding PATH variable support, or associating Java files with IntelliJ IDEA. After selecting the required options, click on Next.


choosing-the-folder-to-install-intellij

Step 7: Start the Installation

Click on next, and then IntelliJ will start to install, The below screen will appear:
click-on-next

Step 8: Complete the Installation

After the installation process finishes successfully, click on Run IntelliJ IDEA and then click Finish.
click-on-run-intellij-idea

Step 9: Launch IntelliJ IDEA

Running IntelliJ IDEA, You will see the splash screen of IntelliJ IDEA.
running-intelliJ

Step 10: Accept the User Agreement

Read the terms and conditions carefully and click on Confirm to continue using IntelliJ IDEA.

accept-the-agreement

Activation of IntelliJ IDEA

The activation of IntelliJ can be done in 3 ways. Which are listed below.

Steps for activating Free Trial

Follow these steps to set up our free activation plan to use Intellij IDEA.

Step 1: Open the Activation Window

After step 10, the below screen will pop out in front of you. There will be two options Activate IntelliJ IDEA and Start Trial. The start trial provides 30 days of free usage of IntelliJ IDE.

activating-trial-period

Step 2: Click To Start the Free Trial

After that the trial period will be activated.

trial-license-activated

Step 3: Click On Activate IntelliJ IDEA

Click on Activate IntelliJ IDEA and select New Registration if you do not already have a JetBrains account.

activation-of-intellij-idea

Step 4: Fill the Registration Page

You will be redirected to the JetBrains login and registration page where you can sign in or create a new account.

registration-page-of-intellij

Step 5: Now Login to Your Account

Sign in using Google, GitHub, or another available method. You can also create a new account by entering your details such as name, email, and password.

filling-details

Step 6: View Premium Plans

After logging in, you will be able to see the available premium subscription plans and choose one according to your needs.

premium-packages-of-intellij

Configuration for Activating a Student Educational Subscription

Student Email Authentication License

  • First create an account by following the above steps for Free trial Activation.
  • Then go Educational Subscription and fill in the details as shown below.

NOTE: The email must be provided by the college or an institution

filling-details-of-intellij-educational-subscription

After that a confirmation mail will come at registered mail, Click on the link provided in the mail and accept the terms and conditions.

verification-on-a-registered-account

After accepting the terms and conditions, the student license will be activated successfully on your account.

accepting-terms-and-conditions

Now, just as usual login from the same webpage with student credentials, where you create an account.

waiting-for-login

When you successfully log into account, IntelliJ will automatically detect it in the background, If you log in from the same student credentials. Now, just click on Accept to start the Student License

activating-student-license

Now start using IntelliJ at you convenience.

welcom-window

Note: Free renew available using Educational Subscription again after expiry.

Benefits of using Intellij IDEA on Windows/Mac

  • Powerful Editor: Provides smart code completion, error detection, and refactoring support.
  • Multi-Language Support: Supports Java, Python, JavaScript, React, Angular, and many other technologies.
  • Clean UI: Offers a modern and customizable user interface with multiple themes.
  • Built-in Tools: Includes debugger, terminal, version control, and database support.
  • Framework Support: Works well with Spring Boot, Maven, Gradle, and Hibernate.
  • Cross-Platform: Runs smoothly on Windows, macOS, and Linux systems.

Limitations of IntelliJ on Windows

  • Requires high system memory and may run slowly on low-end PCs.
  • Ultimate Edition is paid and requires a subscription.
  • Initial startup time can sometimes be slow.
  • Large projects may consume more CPU and RAM.
  • Some advanced features are available only in the Ultimate version.
Comment