$SummaryBoxDataSizeLimit
✖
$SummaryBoxDataSizeLimit
specifies the maximum size in bytes of expressions that will be stored in displayed summary boxes.
Details

- Summary boxes, which display the function name, an icon and key properties instead of the complete expression, are used by functions such as SparseArray, TimeSeries and InterpolatingFunction.
- Summary boxes for expressions smaller than $SummaryBoxDataSizeLimit contain a full copy of the expression and can be reused as input.
- Expressions larger than $SummaryBoxDataSizeLimit have summary boxes that do not contain a full copy of the expression, but provide an interface for storing the expression for later reuse.
- The expression can only be embedded in the summary box while the kernel session that created it is still running and has a reference to the expression, either in a variable or Out[n].
Examples
open allclose allBasic Examples (2)Summary of the most common use cases

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-f3kk87

The byte count of this sparse array is less than this limit:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-2cc33d

Therefore, the following summary box contains the complete expression:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-xkw2r0

This summary box can be copied and used as input:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-1q9sp6

Set $SummaryBoxDataSizeLimit to a small value:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-wa4cas
The byte count of this sparse array is greater than this limit:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-k2giyf

Therefore, the summary box does not store the expression, but provides an interface to do so:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-pme1ah

This version of the summary box cannot be used as input by simply copying it:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-80rgcv

Copying the summary and box and clicking the "Store now" button will create a usable input:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-f1ukcu

Restore the default value of $SummaryBoxDataSizeLimit:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-7hpfo4

Scope (4)Survey of the scope of standard use cases
Numerical functions such as InterpolatingFunction respect $SummaryBoxDataSizeLimit:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-uaac2m

Check the byte count of each expression:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-jt4ypf

NearestFunction behaves similarly:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-rbmgaw


https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-3iivgt

Array types that produce summary boxes respect $SummaryBoxDataSizeLimit:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-l7bh1f

Check the byte count of each expression:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-h52l70

StructuredArray behaves similarly:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-o6f9sz


https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-kigd80

Statistical functions such as TimeSeries respect $SummaryBoxDataSizeLimit:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-e7pyit

Check the byte count of each expression:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-trf6hf

WeightedData behaves similarly:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-ckdpxu


https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-nbnji0

GeoPosition respects $SummaryBoxDataSizeLimit:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-8lagyz

Check the byte count of each expression:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-1jsyz2

Applications (2)Sample problems that can be solved with this function
Save space in notebooks by setting $SummaryBoxDataSizeLimit to zero:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-15cpc4

Create a summary box, which will not contain the expression, and save a reference to the cell in c1:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-b91ly5

Restore the default value of $SummaryBoxDataSizeLimit:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-05yi46

Recreate the summary box for if, which now has the expression in it, and save a reference in c2:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-ffkpn2

Output cell c1 is about nine and a half kilobytes smaller than output cell c2:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-5578va

Save memory in a kernel session by setting $HistoryLength to zero:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-zei3w8
Create a large summary box, which will not be saved in the notebook:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-jh3fn1

Because there is no reference to the output, the "Store now" button cannot work:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-rspep2

Create another summary box, but save the result in the variable data:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-bopdsu

As long as data is not reset, the "Store now" button will continue to work:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-01xmb7

Verify that the data was in fact larger than $SummaryBoxDataSizeLimit:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-h7bkpx

Restore the default values of $HistoryLength:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-nfly62
Properties & Relations (1)Properties of the function, and connections to other functions
$SummaryBoxDataSizeLimit only affects summary boxes:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-jeztv5

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-i1cpdu


https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-igiwk2

$OutputSizeLimit affects all outputs:

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-1v13wy

https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-1lsq98


https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-kcokkt


https://wolfram.com/xid/0d2t8b9yng7rk51lf8fysi-99avv
Wolfram Research (2017), $SummaryBoxDataSizeLimit, Wolfram Language function, https://reference.wolfram.com/language/ref/$SummaryBoxDataSizeLimit.html.
Text
Wolfram Research (2017), $SummaryBoxDataSizeLimit, Wolfram Language function, https://reference.wolfram.com/language/ref/$SummaryBoxDataSizeLimit.html.
Wolfram Research (2017), $SummaryBoxDataSizeLimit, Wolfram Language function, https://reference.wolfram.com/language/ref/$SummaryBoxDataSizeLimit.html.
CMS
Wolfram Language. 2017. "$SummaryBoxDataSizeLimit." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/$SummaryBoxDataSizeLimit.html.
Wolfram Language. 2017. "$SummaryBoxDataSizeLimit." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/$SummaryBoxDataSizeLimit.html.
APA
Wolfram Language. (2017). $SummaryBoxDataSizeLimit. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/$SummaryBoxDataSizeLimit.html
Wolfram Language. (2017). $SummaryBoxDataSizeLimit. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/$SummaryBoxDataSizeLimit.html
BibTeX
@misc{reference.wolfram_2025_$summaryboxdatasizelimit, author="Wolfram Research", title="{$SummaryBoxDataSizeLimit}", year="2017", howpublished="\url{https://reference.wolfram.com/language/ref/$SummaryBoxDataSizeLimit.html}", note=[Accessed: 27-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_$summaryboxdatasizelimit, organization={Wolfram Research}, title={$SummaryBoxDataSizeLimit}, year={2017}, url={https://reference.wolfram.com/language/ref/$SummaryBoxDataSizeLimit.html}, note=[Accessed: 27-April-2025
]}