How to Install IntelliJ IDEA on Windows?

JetBrains, a software development company based in Prague, is the creator and maintainer of IntelliJ, a Java and Kotlin IDE. This IDE is available in both community and ultimate editions, offering a plethora of features that enhance code quality and expedite development. This article will help you download and Install IntelliJ IDEA on Windows, including all Window 10 and 11.

What is IntelliJ IDEA?

IntelliJ is not just an IDE for Java. It’s a platform for creating IDEs and developer tools for any language, whether it targets the JVM or not. It’s designed with intelligence in mind, providing smart code auto-completion, insight, and analysis in every context.

In this article, we will see the complete installation procedure of IntelliJ IDEA on Windows.

Bonus: Steps to avail unlimited free Educational Subscription for students at bottom.

System Requirements to Install IntelliJ IDEA on Windows

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

RAM 2 GB 8 GB of Free RAM
Requirements Minimum Recommended
CPU Modern CPU Multi-core CPU (Quad-core or greater)
Monitor Resolution 1024×768 1920×1080
OS Microsoft Windows Server 2019 and Windows 10 or later Latest 64-bit Windows versions
Disk Space 3.5 GB Free Space At least 5 GB of Free Space

Steps to Install IntelliJ IDEA on Windows

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

Step 2: Click on the .exe button shown in the image below to download the executable file.

Step 3: Go to the download folder and verify whether the file downloaded successfully or not.

Step 4: Open the .exe file and you will get the following screen, then click on next:

Step 5: Select the location to install, you can change the location by clicking on Browse. Otherwise remain the same. After that click on Next.

Step 6: Mark check on the appropriate options like Creating desktop shortcut etc. After that click on Next.

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

Step 8: After successful installation, you will see the below screen. Click on Run IntelliJ IDEA to run the IDE.

Step 9: Running IntelliJ IDEA, You will see the splash screen of IntelliJ IDEA.

Step 10: Accept the User Agreement by clicking on Confirm:

Activation of IntelliJ IDEA

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

  • Free Trial License
  • Premium License
  • Educational Subscription for students(Free Renew).

Steps for activating Free Trial

Step 1: 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.

Step 2: After that the trial period will be activated.

Step 3: Click on Activate IntelliJ IDEA and then click on new registration (If you don’t have a JetBrains account already).

Step 4: After that you will be redirected to below login page below, If not have an account, then create a new one.

Step 5: Login directly through Google, Github, or any other available method, or fill First and Last name along with password and successfully create a new account.

Step 6: After that you will be able to see all of their premium packages, you can buy as per your choice and requirements. The premium packages are shown in the image below:

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

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

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

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

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

Now start using IntelliJ at you convenience.

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

Benefits of using Intellij IDEA on Windows/Mac

  • Powerful Editor: IntelliJ IDEA comes with one of the most powerful code editors in the industry. It understands user-written code and allows it to detect errors on the fly, suggest code completion options with precise context awareness, and perform safe refactoring.
  • Language Support: Despite being primarily built for Java developers, IntelliJ IDEA comes equipped with plugins that allow it to be used with a diverse set of other languages. This includes JavaScript, Typescript (with Angular, React, and Vue support), Ruby, Python, GoLang, and many more languages1.
  • Clean and Stylish UI: IntelliJ IDEA has a clean and stylish user interface that is customizable with a wide variety of themes.
  • Built-in Tools and Integrations: IntelliJ IDEA comes with mission-critical built-in tools and integrations that help you with your development needs.

Limitations of IntelliJ on Windows

  • RAM Consumption: IntelliJ IDEA is known to be heavy on RAM consumption and often hangs up on low RAM machines.
  • Stability Issues: Some users have reported that IntelliJ IDEA can be unstable and slow, with regular freezes and crashes.
  • Poor Communication with the User Community: There have been complaints about poor communication with the user community, and requests for highly demanded features are often ignored for years. Except for these limitations, many developers find IntelliJ IDEA to be a valuable tool for their programming needs due to its powerful features and extensive language support.

Conclusion

IntelliJ IDEA, developed by JetBrains, stands as a robust and versatile IDE for Java and Kotlin. This article comprehensively How to download install and activate IntelliJ IDEA on Windows, including helpful tips for educational subscriptions. In case You have any related queries, Below are the Frequently Asked Question you can look up to.

Install IntelliJ IDEA on Windows – FAQs

Do we need to install JDK for IntelliJ?

Yes, IntelliJ IDEA requires JDK (Java Development Kit) to be installed on your system for Java development. It’s essential for compiling and running Java code within the IDE.

How do I open IntelliJ IDEA in Windows?

After installation, you can open IntelliJ IDEA in Windows by searching for it in the Start menu or by locating its shortcut on the desktop or in the installed applications list. Simply double-click on the IntelliJ IDEA icon to launch the IDE.

How can I get IntelliJ for free?

You can get IntelliJ IDEA for free by availing of the 30-day free trial provided by JetBrains. Additionally, students can obtain an unlimited free educational subscription by following the steps outlined in the article.

What is the difference between IntelliJ and JDK?

IntelliJ IDEA is an integrated development environment (IDE) used for software development, while JDK (Java Development Kit) is a software development kit used primarily for developing Java applications. IntelliJ IDEA relies on JDK for compiling and running Java code.

Is IntelliJ good for beginners?

IntelliJ IDEA is considered suitable for beginners due to its user-friendly interface, intelligent code completion, and a wide range of features that aid in learning and understanding programming concepts. However, it may have a learning curve for absolute beginners who are new to programming.