logo
Resources RAR Password Find RAR Password Free

Free Way to Find Encrypted RAR File Password

By Hally | Last Updated

In this article, I will introduce a free way that can find RAR password. If you have no clues about RAR password, you can try this way first and then RAR password recovery software. Follow steps below to find encrypted RAR/WinRAR file forgotten password please.

Steps to Free Find RAR File Password with Notepad

Tips: It works only for numeric password and would cost considerable amount of time.

Step 1: Copy following codes and paste in notepad.

REM ============================================================
REM errorcode401.blogspot.in
@echo off
title Rar Password Cracker
mode con: cols=47 lines=20
copy C:\Program Files\WinRAR\Unrar.exe
SET PSWD=0
SET DEST=%TEMP%\%RANDOM%
MD %DEST%
:RAR
cls
echo ----------------------------------------------
echo GET DETAIL
echo ----------------------------------------------
echo.
SET/P NAME=Enter File Name :
IF %NAME%== goto NERROR
goto GPATH
:NERROR
echo ----------------------------------------------
echo ERROR
echo ----------------------------------------------
echo Sorry you can't leave it blank.
pause
goto RAR
:GPATH
SET/P PATH=Enter Full Path :
IF %PATH%== goto PERROR
goto NEXT
:PERROR
echo ----------------------------------------------
echo ERROR
echo ----------------------------------------------
echo Sorry you can't leave it blank.
pause
goto RAR
:NEXT
IF EXIST %PATH%\%NAME% GOTO START
goto PATH
:PATH
cls
echo ----------------------------------------------
echo ERROR
echo ----------------------------------------------
echo Opppss File does not Exist..
pause
goto RAR
:START
SET /A PSWD=%PSWD%+1
echo 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 1
echo 1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 1 1 1 0 0 0
echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 0 0 1 1 1
echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 1 0 0 0 0 0
echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 1 0 0
echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 1 1 0
echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 0 0 0 1 1 0
echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 1 1 1 1 0
echo 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 1 0
echo 1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 0 1 0 1 0 0
echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1
echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 1 0 0
echo 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 1 0
echo 1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 1 0 1 0 0 1
echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 1 0 0
echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 1 1 1 0 1 1
echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 1 1 0
echo 1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 0 1 0 1 0 0
echo 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 1 1 1 0 1 1
echo 1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 0 0 1 1 0 1
echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 0 1 1
echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 1 1 0 1 1 0
echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 0 0 0
echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1
echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 1
UNRAR E -INUL -P%PSWD% %PATH%\%NAME% %DEST%
IF /I %ERRORLEVEL% EQU 0 GOTO FINISH
GOTO START
:FINISH
RD %DEST% /Q /S
Del Unrar.exe
cls
echo ----------------------------------------------
echo CRACKED
echo ----------------------------------------------
echo.
echo PASSWORD FOUND!
echo FILE = %NAME%
echo CRACKED PASSWORD = %PSWD%
pause>NUL
exit
REM ============================================================

Step 2: Save the notepad as bat file.

1. Click File Save As in opening notepad.

choose save as option in notepad

2. In Save As window, set Save as Type as All Files, and name bat file rar-password.bat. Click Save button.

save notepad as bat file

Step 3: Run the bat file and follow wizard to enter RAR file name and path.

1. Double-click rar-password.bat and open a command prompt window.

bat file for finding rar password

2. Right-click the encrypted RAR file and choose Properties in menu. Get RAR file name and folder path.

check rar file name and path

3. Type RAR file name next to Enter File Name and press Enter.

4. Type folder path next to Enter Full Path.

enter rar file name and path in cmd window

Step 4: Press Enter to begin to find RAR file password with bat file.

begin to find encrypted rar file password

Step 5: Successfully or failed find RAR file password.

After a period of time, it will successfully find RAR file password and show password in CMD window, if RAR password consists of numeric characters. If not, it would be failed.

find rar forgotten password successfully with notepad

If you have clues about RAR file password, or you know RAR password includes not only digital numbers, I will seriously recommend you RAR Password Genius to recover RAR password. Different from way talked in this article, it can set different kinds of parameters to shorten password recovery time, and does no damage to encrypted RAR file. In a word, it is a good helper to extract encrypted RAR file or open files in encrypted RAR archive.

Related Articles: