⚠️ Error Code 1603. Java Update did not complete.
If you were trying to update or do a fresh installation of Java on your Windows computer or laptop and you ran into the above error message then you can try the below to solutions to solve your issue.
Solution 1: Restart your computer and uninstall old versions
- If you see the 1603 error just restart your computer.
- Download the offline installer package form Java's website and try installing: https://java.com/winoffline_installer/
- Save the file somewhere on your computer and double click on it to start the installation process.
- Make sure that you uninstall the previous Java versions before installing.
Solution 2: Disable Java content through the Java Control Panel
- As you get 1603 error just close the Java installer.
- Go to Control Panel and click on Programs. Now, click on the Java icon to open Java Control Panel.
- Uncheck Enable Java content in the browser option under Security tab and click Save and OK
- Now try reinstalling Java, one the process is complete re-enable Java content in the browser.
If you go and check on Oracle's Java page you would see the reason for this issue is yet not known and has been investigated upon,
CAUSE
This error, seen during the installation process, indicates that an installation did not complete. The root cause of this error is under investigation.
https://java.com/en/download/help/error_1603.xml
✏️ You may get this issue while installing Java version 7 or 8 and on Windows Operating system such as Windows 10, Windows 7 or Windows 8

Have Questions? Post them here!
More Posts related to Java,
- [Fix] java.time.zone.ZoneRulesException: Unknown time-zone ID
- Parse XML file in Java using DOM Parser
- Java equals method - Tutorial
- [Program] How to read three different values using Scanner in Java
- Java: The value of the local variable string is not used
- Display Output in Java Console as a Table
- How to detect Operating System using Java code
- Java 8 Streams map() with examples
- [Fix] java: incompatible types: incompatible parameter types in lambda expression error
- Add newline character Java code example (\r \n \r\n)
- List of Java Major Minor Version Numbers
- IntelliJ Keyboard Shortcut to remove unused imports [Java]
- Java - Check if array contains the value
- [Fix] Java Exception with Lambda - Cannot invoke because object is null
- How to declare and initialize Array in Java Programming
- [Solved] com.sun.xml.ws.transport.http.servlet.WSServletContextListener ClassNotFoundException
- XmlRpcException ConnectException connection refused error
- Create a Zip file using Java Code programmatically
- List of jar files for Jax-ws (SOAP) based Java Web Services
- How to fix Java HTTP java.net.UnknownHostException
- List of jars required for Struts2 project
- [fix] java: incompatible types: double cannot be converted to java.lang.Integer Generics
- Maven BUILD FAILURE: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin
- Get the current timestamp in Java
- java: unclosed string literal [Error]
More Posts:
- Country ISO Codes List - Java
- SQLite with Android Easy to Understand Tutorial that covers Select, Insert, Update and Delete - Android
- Amp Hello World Example - AMP
- Android : Exception raised during rendering: action_bar API 22 - Android
- 3 Python program to add two numbers - Python
- How to install powershell on macOS - Powershell
- Remove ActionBar from Activity that extends appcompat-v7 - Android
- The service instance - SharePoint