CARVIEW |
Select Language
HTTP/2 200
date: Tue, 14 Oct 2025 09:51:52 GMT
server: Generic Web Server
content-location: FindTheSizeOfANotebook.html.en
vary: negotiate,accept-language
tcn: choice
set-cookie: WR_SID=5d2d3353.6411b55616d68; path=/; max-age=315360000; domain=.wolfram.com
accept-ranges: bytes
content-type: text/html
content-language: en
content-security-policy: upgrade-insecure-requests
Find the Size of a Notebook—Wolfram Documentation
WORKFLOW
Find the Size of a Notebook
In Memory...
Choose Cell ▶ Notebook History and open the Cell Statistics section. “Content bytes” gives the memory used to store cell expressions. “Total bytes” includes memory used for cell labels, cell tags, etc.:
- Cell Statistics does not include memory used for non-cell notebook data.
- Memory usage shown in Cell Statistics does not include memory used by the kernel to store input expressions and the results of evaluations.
In Storage...
Get the size of a notebook file with FileSize:
Notes
Use ByteCount to find the amount of memory used by an expression in the kernel. The value returned is the memory occupied by the argument expression after evaluation:
The approximate total memory footprint of a notebook can be calculated by evaluating MemoryInUse[$FrontEnd] before and after opening a notebook:
Related Functions
FileSize NotebookFileName ByteCount MemoryInUse MemoryAvailable