AppReadWriteCounter v1.41
Copyright (c) 2018 - 2023 Nir Sofer

See Also

Description

AppReadWriteCounter is a tool for Windows that counts and displays the current file read / write operations of every application running on your system. It displays the number of read/write bytes, the number of read/write operations, current calculated read/write speed, and the details about the application (product name, product version, and so on) that makes the file read/write operations.

Application Read Write Counter

System Requirements

This tool works on any version of Windows, starting from Windows XP and up to Windows 11. Both 32-bit and 64-bit versions of Windows are supported. On Windows Vista and later, if you want to view the full path of system processes , you have to run AppReadWriteCounter as Administrator.

Known Issues

  • On Windows XP, for some applications (including AppReadWriteCounter itself) you may see constant increase in the read counters without any actual file read.

Versions History

  • Version 1.41:
    • Added 'Sort By' button to the toolbar.
  • Version 1.40:
    • Added 'Average Read Speed' and 'Average Write Speed' columns, which calculate the speed between the 'First Activity Time' and 'Last Activity Time'.
  • Version 1.37:
    • Fixed to display the speed values according to the 'Regional Settings' of Windows.
    • Added Kbps speed unit.
  • Version 1.36:
    • Added option to change the sorting column from the menu (View -> Sort By). Like the column header click sorting, if you click again the same sorting menu item, it'll switch between ascending and descending order. Also, if you hold down the shift key while choosing the sort menu item, you'll get a secondary sorting.
  • Version 1.35:
    • Added new columns: 'Read+Write Count', 'Read+Write Bytes'.
  • Version 1.32:
    • Added 'Start As Hidden' option. When this option and 'Put Icon On Tray' option are turned on, the main window of AppReadWriteCounter will be invisible on start.
    • Updated to work properly in high DPI mode
  • Version 1.31:
    • Added 'Process Services' column, which displays the services of the process (Only when the 'Group By' option is 'Process ID').
  • Version 1.30:
    • Added 'Show Total Line' option. When it's turned on, a 'Total' item is added, showing the total read/write information of all applications together.
  • Version 1.26:
    • Added 'Select All' and 'Deselect All' to the 'Column Settings' window.
    • Added /RunAsAdmin command-line option for running AppReadWriteCounter as administrator.
  • Version 1.25:
    • Added thousands separator to all byte counter units.
    • You can set any variable appears saved in the .cfg file from command-line. For example, this command set the speed unit to kB/Sec :
      AppReadWriteCounter.exe /SpeedUnit 1
    • Added 'Align Numeric Columns To Right' option (It's turned on by default).
  • Version 1.20:
    • Added 'Group By' option - Application Name (The default) or Process ID. If you choose the 'Process ID' option - every process ID of the same application is displayed as a separated item.
    • Added new columns 'First Activity Time' and 'Last Activity Time'.
    • Added 'Hide Inactive Items' option.
    • Added 'Maximum Read Speed' and 'Maximum Write Speed' columns.
  • Version 1.15:
    • Added 'Put Icon On Tray' option.
  • Version 1.13:
    • Added 'Save File Encoding' option.
  • Version 1.12:
    • Added 'Sort On Every Update' option.
  • Version 1.11:
    • Added 'Add Header Line To CSV/Tab-Delimited File' option (Turned on by default).
    • Added 'Always On Top' option.
  • Version 1.10:
    • Added command-line options to save the report of AppReadWriteCounter into a file without displaying any user interface.
  • Version 1.06:
    • Added 'Save All Items' option (Shift+Ctrl+S).
  • Version 1.05:
    • Added option to choose another font (name and size) to display in the main window.
  • Version 1.00: First release.

Start Using AppReadWriteCounter

AppReadWriteCounter doesn't require any installation process or additional DLL files. In order to start using it, simply run the executable file - AppReadWriteCounter.exe

Immediately after running it, the main window displays every application that currently read or write files. Be aware that the counters in this tool are not per process but per application, so if you have multiple processes for the same application , AppReadWriteCounter merges them into one line. Also, if you close an application and then run it again, AppReadWriteCounter will continue the update the read/write counters of the same application entry.
At any time, you can clear the entire list and start with empty window by pressing Ctrl+X (Clear All). You can also reset the counters of selected items by pressing Ctrl+R (Reset Selected Counters).

Command-Line Options

/CaptureTime <Milliseconds> Specifies the capture time in milliseconds for the save command-line options (/stext, /stab, /scomma, and so on...)
The default is 10000 milliseconds (10 seconds).
/cfg <Filename> Start AppReadWriteCounter with the specified configuration file. For example:
AppReadWriteCounter.exe /cfg "c:\config\arwc.cfg"
AppReadWriteCounter.exe /cfg "%AppData%\AppReadWriteCounter.cfg"
/RunAsAdmin Runs AppReadWriteCounter as administrator.
/stext <Filename> Save the report of AppReadWriteCounter into a simple text file.
/stab <Filename> Save the report of AppReadWriteCounter into a tab-delimited text file.
/scomma <Filename> Save the report of AppReadWriteCounter into a comma-delimited text file (csv).
/shtml <Filename> Save the report of AppReadWriteCounter into HTML file (Horizontal).
/sverhtml <Filename> Save the report of AppReadWriteCounter into HTML file (Vertical).
/sxml <Filename> Save the report of AppReadWriteCounter into XML file.
/sjson <Filename> Save the report of AppReadWriteCounter into JSON file.
/sort <column> This command-line option can be used with other save options for sorting by the desired column. The <column> parameter can specify the column index (0 for the first column, 1 for the second column, and so on) or the name of the column, like "Application Namequot; and "Application Path". You can specify the '~' prefix character (e.g: "~Write Bytes") if you want to sort in descending order. You can put multiple /sort in the command-line if you want to sort by multiple columns.

Translating AppReadWriteCounter to other languages

In order to translate AppReadWriteCounter to other language, follow the instructions below:
  1. Run AppReadWriteCounter with /savelangfile parameter:
    AppReadWriteCounter.exe /savelangfile
    A file named AppReadWriteCounter_lng.ini will be created in the folder of AppReadWriteCounter utility.
  2. Open the created language file in Notepad or in any other text editor.
  3. Translate all string entries to the desired language. Optionally, you can also add your name and/or a link to your Web site. (TranslatorName and TranslatorURL values) If you add this information, it'll be used in the 'About' window.
  4. After you finish the translation, Run AppReadWriteCounter, and all translated strings will be loaded from the language file.
    If you want to run AppReadWriteCounter without the translation, simply rename the language file, or move it to another folder.

License

This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this and you don't sell it or distribute it as a part of commercial product. If you distribute this utility, you must include all files in the distribution package, without any modification !

Disclaimer

The software is provided "AS IS" without any warranty, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The author will not be liable for any special, incidental, consequential or indirect damages due to loss of data or any other reason.

Feedback

If you have any problem, suggestion, comment, or you found a bug in my utility, you can send a message to nirsofer@yahoo.com

Download AppReadWriteCounter (32-bit)
Download AppReadWriteCounter (64-bit)
Check Download MD5/SHA1/SHA256 Hashes

AppReadWriteCounter is also available in other languages. In order to change the language of AppReadWriteCounter, download the appropriate language zip file, extract the 'appreadwritecounter_lng.ini', and put it in the same folder that you Installed AppReadWriteCounter utility.

LanguageTranslated ByDateVersion
DutchJan Verheijen11/07/20231.41
FrenchLargo24/07/20181.05
French Eric FICHOT09/04/20181.00
German «Latino» auf WinTotal.de11/07/20231.41
Greek geogeo.gr05/06/20191.15
HungarianTiminoun12/12/20221.40
ItalianStyb13/04/20221.37
Italianbovirus30/10/20221.40
Japaneseyouzeeen20/04/20211.35
Persian ZendegiyeSabz15/07/20231.41
Portuguese Braziligorruckert06/04/20181.00
Romanian Jaff (Oprea Nicolae)30/12/20181.10
RussianDmitry Yerokhin15/06/20221.40
Simplified Chinese DickMoore20/08/20221.40
Simplified ChineseLiangKS18/12/20211.36
SlovakFrantišek Fico01/08/20231.41
Spanish Ricardo A. Rivas25/03/20211.32
Traditional Chinese Danfong Hsieh15/06/20221.40
Turkish HARUN ARI10/07/20231.41