HoldFormCopy to clipboard.
✖
HoldForm
prints as the expression expr, with expr maintained in an unevaluated form.
Details

- HoldForm allows you to see the output form of an expression without performing normal evaluation of the expression.
- HoldForm has attribute HoldAll and performs no operation on its arguments.
- HoldForm is removed by ReleaseHold. »
- HoldForm is generated by default by Trace and related functions and can be inserted as a wrapper by such functions as ToExpression and Extract. »
- Even though expr itself is not evaluated, HoldForm[expr] may still evaluate if expr is of the form f[args] and upvalues for f have been defined. »
Examples
open allclose allBasic Examples (3)Summary of the most common use cases

https://wolfram.com/xid/0e7rn70q-gehmya


https://wolfram.com/xid/0e7rn70q-hin9jx


https://wolfram.com/xid/0e7rn70q-bqu14

Evaluate the expression by applying ReleaseHold:

https://wolfram.com/xid/0e7rn70q-d8u38

Scope (2)Survey of the scope of standard use cases
Applications (1)Sample problems that can be solved with this function
Properties & Relations (8)Properties of the function, and connections to other functions
HoldForm displays without a wrapper:

https://wolfram.com/xid/0e7rn70q-cx2bwj

See the FullForm expression:

https://wolfram.com/xid/0e7rn70q-b2rdw6

Hold displays the held expression with a wrapper:

https://wolfram.com/xid/0e7rn70q-mvpsfg

Use Evaluate to force evaluation of an argument of HoldForm:

https://wolfram.com/xid/0e7rn70q-1f6029

Sequence splicing and Splice still happen inside HoldForm:

https://wolfram.com/xid/0e7rn70q-tvflnf


https://wolfram.com/xid/0e7rn70q-37l8jn

Use HoldCompleteForm to suppress even such transformations:

https://wolfram.com/xid/0e7rn70q-13c8km


https://wolfram.com/xid/0e7rn70q-hjywh7

Upvalues work inside HoldForm:

https://wolfram.com/xid/0e7rn70q-h3hq1f

https://wolfram.com/xid/0e7rn70q-iqgm7p

They do not work inside HoldCompleteForm:

https://wolfram.com/xid/0e7rn70q-x7zf8f

https://wolfram.com/xid/0e7rn70q-deuaum

ReleaseHold removes one level of HoldForm:

https://wolfram.com/xid/0e7rn70q-8eioml

HoldForm gives an object that is never evaluated:

https://wolfram.com/xid/0e7rn70q-fz4q9x

Copy the output and paste it into an input cell. The 1+2 is still unevaluated:

https://wolfram.com/xid/0e7rn70q-yfbnlk

Defer gives an object whose evaluation is merely deferred until it is explicitly given as Wolfram Language input:

https://wolfram.com/xid/0e7rn70q-89d539

Copy the output and paste it into an input cell. The 1+2 is evaluated:

https://wolfram.com/xid/0e7rn70q-kvbktt

HoldForm maintains expressions in unevaluated form, and all parts are inactive:

https://wolfram.com/xid/0e7rn70q-msg88u

Inactivate maintains symbols in inactive form and allows parts of expressions to be inactive:

https://wolfram.com/xid/0e7rn70q-60zrj6

HoldForm can be used to freeze the result of ToExpression before it is evaluated:

https://wolfram.com/xid/0e7rn70q-gwv81u

Possible Issues (1)Common pitfalls and unexpected behavior
HoldPattern[expr] is equivalent to expr for pattern matching but maintains expr in an unevaluated form:

https://wolfram.com/xid/0e7rn70q-h09mjp

https://wolfram.com/xid/0e7rn70q-iwiq6c

HoldForm[expr] is not equivalent to expr for pattern matching:

https://wolfram.com/xid/0e7rn70q-4xf38h

https://wolfram.com/xid/0e7rn70q-f3zfis

Only a literal HoldForm expression is matched:

https://wolfram.com/xid/0e7rn70q-5yfzhj

Wolfram Research (1988), HoldForm, Wolfram Language function, https://reference.wolfram.com/language/ref/HoldForm.html.
Text
Wolfram Research (1988), HoldForm, Wolfram Language function, https://reference.wolfram.com/language/ref/HoldForm.html.
Wolfram Research (1988), HoldForm, Wolfram Language function, https://reference.wolfram.com/language/ref/HoldForm.html.
CMS
Wolfram Language. 1988. "HoldForm." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/HoldForm.html.
Wolfram Language. 1988. "HoldForm." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/HoldForm.html.
APA
Wolfram Language. (1988). HoldForm. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/HoldForm.html
Wolfram Language. (1988). HoldForm. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/HoldForm.html
BibTeX
@misc{reference.wolfram_2025_holdform, author="Wolfram Research", title="{HoldForm}", year="1988", howpublished="\url{https://reference.wolfram.com/language/ref/HoldForm.html}", note=[Accessed: 04-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_holdform, organization={Wolfram Research}, title={HoldForm}, year={1988}, url={https://reference.wolfram.com/language/ref/HoldForm.html}, note=[Accessed: 04-April-2025
]}