In short: real WinRAR power comes from the command-line tools rar.exe and unrar.exe: put a rar a command in a batch file, schedule it with Task Scheduler, and you have automated backups. The GUI adds saved profiles and themes.
HomeAdvancedWinRAR automation & plugins
WinRAR archive icon

WinRAR Automation & Plugins

Command-line scripting, scheduled backups, profiles and themes

If you compress the same things often, automation saves real time. WinRAR ships command-line executables that take the same options as the GUI, so anything you do by hand can be scripted, scheduled and repeated exactly.

↓ Jump to the steps  ·  All Advanced guides →

Good to know: WinRAR has no plugin SDK or add-on store. Its extensibility for power users is three things: the rar.exe/unrar.exe command-line tools for automation, reusable compression profiles in the GUI, and themes (.theme.rar skins) — the closest thing to “plugins”.

What you’ll need

The three ways to extend WinRAR

How to automate WinRAR step by step

1

Run your first command-line archive

Open Command Prompt and run rar a backup.rar "C:\Work". This creates backup.rar from the Work folder. Add -r to include subfolders: rar a -r backup.rar "C:\Work".
2

Add a password and recovery record in script

Switches mirror the GUI: -hp encrypts (data + names) and -rr5p adds a 5% recovery record, e.g. rar a -r -hpYOURPASS -rr5p vault.rar "C:\Work". Avoid hard-coding passwords in shared scripts.
3

Save it as a batch file

Paste your command into a text file and save it as backup.bat. Double-clicking it now runs the whole archive job — your first reusable automation.
4

Schedule automatic backups

Open Task Scheduler → Create Basic Task → set a daily/weekly trigger → Action: Start a program → point it at backup.bat. WinRAR now backs up on a schedule, unattended.
5

Create a reusable GUI profile

In the Add-to-archive window, set your options (format, dictionary, recovery record), click Profiles → Save current settings to a new profile. One click reapplies them next time.
6

Install a theme (the closest thing to a plugin)

Download a .theme.rar from the official theme gallery and apply it via Options → Themes. Themes change icons and appearance only — there is no code-level plugin system.

Related Advanced guides

WinRAR folder structureControl paths from the command line too.
WinRAR markdown guideAuto-include a README in scripted archives.
Back up your WinRAR vaultScript encrypted backups with -hp and -rr.
← Back to AdvancedThe full WinRAR power-user hub.

Frequently asked questions

Does WinRAR support plugins?
Not in the add-on sense — there is no plugin SDK or store. WinRAR is extended through its rar.exe / unrar.exe command-line tools, reusable compression profiles, and themes (.theme.rar skins), which only change appearance.
How do I automate WinRAR backups?
Write a rar.exe command (for example rar a -r backup.rar "C:\Work"), save it as a .bat file, and schedule that file in Windows Task Scheduler to run unattended on a timer.
What is the difference between rar.exe and unrar.exe?
rar.exe creates and updates archives and takes the full set of switches; unrar.exe only extracts and lists archives. Both ship with WinRAR.
Can I encrypt from the command line?
Yes. The -hp switch encrypts both the data and the file names, and -rrNp adds a recovery record. Avoid hard-coding the password in scripts that others can read.
Are WinRAR themes the same as plugins?
No. Themes only change icons and the look of the interface. They do not add features or run code, so they are not plugins in the programming sense.

Get WinRAR with rar.exe & unrar.exe

Official installer · free 40-day trial · no registration · Windows 10 & 11

⬇ Download WinRAR 64-bit — Free