Most guides on this topic jump straight to “open Adobe, click Fill & Sign.” That works for exactly one kind of PDF. The method that will actually hold up — print correctly, stay editable, survive a save, or get picked up by a screen reader — depends on what’s underneath the page you’re looking at. This guide starts with that distinction, then walks through every practical way to get a tick onto a page.
What a Tick Mark Actually Is Inside a PDF
A tick mark — also called a check mark or checkmark — is a small ✓-shaped symbol used to signal completion, approval, correctness, or a selected option. That part is the same whether you’re marking a paper form or a spreadsheet cell. Inside a PDF, though, a tick can exist as one of three structurally different things, and each one behaves differently once the file leaves your hands.
It can be part of the page’s static content, meaning it’s drawn or typed directly into the content stream and becomes indistinguishable from the rest of the page’s text or graphics. It can be an annotation, a separate object layered on top of the page — a stamp, a freehand ink mark, or a text box — that a viewer renders alongside the page but that technically remains a distinct, movable element. Or it can be the checked state of a form field, where the tick you see is just the appearance the reader generates because a checkbox widget’s underlying value was set to “on.” Same visual result, three different objects, and the object type is what determines everything from step three onward.
How a Checkmark Behaves Once It’s on the Page
This is the part almost every guide skips, and it’s the reason people end up back in a forum thread asking why their tick “disappeared” or “won’t print.” A checkbox field’s checked state is data — it’s stored in the form’s field dictionary, so a screen reader can announce it as checked, a script can read it programmatically, and it survives being flattened into a non-interactive PDF because the appearance is regenerated from that stored value. Nothing else behaves this way.
An annotation-based tick — a stamp or a drawn mark — is visually present but semantically inert. Most PDF viewers default annotations to print, but not all of them, and some annotation types carry a “no print” flag by default depending on the software that created them; that mismatch is the actual cause behind most “why didn’t my checkmark print” complaints you’ll find in Adobe’s and PDF-XChange’s own user forums. Annotations are also not exposed to assistive technology the way a form field’s value is, so a document full of stamped ticks is functionally invisible to a screen reader, even though a sighted reviewer sees it fine.
A tick baked into the content stream — typed as a real character using a text tool, rather than pasted as an image — sits in the middle. It’s usually searchable and selectable like normal text, but it’s now part of the page permanently; there’s no annotation to click and delete afterward, so removing it means editing the page content directly. One more practical snag worth knowing before you start: if the PDF has owner-level restrictions on commenting or form-filling, annotation and field tools will silently refuse to do anything, which looks identical to the software being broken.
Where Tick Marks Actually Get Used
The right method often depends less on preference and more on what the tick is standing in for:
- Audit and reconciliation marks — accountants and auditors tick line items against a source document, often hundreds of times per file, which makes a reusable mark far more valuable than a one-off insert.
- Form approval — checking a box on a fillable intake form, waiver, or application, where the field is already built into the document.
- Grading and review — marking correct answers or reviewed clauses on a static worksheet or contract that has no interactive fields at all.
- Compliance sign-off sheets — inspection checklists where each tick needs to remain legible after the file is flattened and archived.
- Internal task tracking — checking off completed items on a shared PDF checklist, usually the least demanding case since neither accessibility nor legal weight matters much.
Worth separating out clearly: a tick mark is not a signature. Clicking a checkmark in a Fill & Sign tool confirms a selection, but it carries none of the identity verification, audit trail, or certificate binding that e-signature laws require of an actual signature block. Treat it as a stronger version of a pencil check, not a legal replacement for signing.
The Five Ways a Tick Mark Can Get Onto a Page
Every tool on the market boils down to one of these five mechanisms. Knowing which one you’re using — regardless of which software’s menu you clicked through — tells you what to expect afterward.
Native form checkbox. The PDF already contains a checkbox widget; clicking it toggles the field’s value between on and off, and the reader generates the checkmark appearance automatically. This only exists if the document was built as a fillable form.
Typed Unicode character. A real ✓, ✔, or ☑ glyph inserted as text, either through a symbol picker, a keyboard code, or a font like Wingdings that maps a checkmark to an ordinary key. Behaves like text: selectable, searchable, and permanent once inserted.
Drawn or freehand tick. Made with a pencil or ink annotation tool by tracing the shape with a mouse, stylus, or finger. Fast, imprecise, and entirely dependent on the annotation’s print setting to show up on paper.
Stamped tick annotation. A pre-made checkmark graphic placed with a stamp tool — one click instead of drawing a shape freehand. This is the version worth turning into a reusable custom stamp if you’re doing it more than a few times a session.
Pasted image. A checkmark graphic copied in from somewhere else and dropped onto the page. It works, but it’s the least flexible option — resizing distorts it, it adds unnecessary file weight, and it’s invisible to search and screen readers just like a drawn mark.
Comparing the Methods
| Method | Editable/removable later | Screen-reader accessible | Prints by default | Works on scanned PDFs |
|---|---|---|---|---|
| Native form checkbox | Yes — click again | Yes, if the form is tagged | Yes | No — there’s no field to click |
| Typed Unicode character | Only by editing page content | Partially, if the PDF is tagged | Yes | Only after OCR |
| Drawn/freehand tick | Yes — select and delete | No | Depends on the annotation’s print flag | Yes |
| Stamped tick | Yes — select and delete | No | Usually, but varies by viewer | Yes |
| Pasted image | Limited — resizing distorts it | No | Yes | Yes, but adds file weight |
One route that deserves a specific warning: uploading a PDF into Google Docs or Word to add a checkmark and then exporting it back to PDF. The conversion typically rasterizes parts of the layout, can substitute fonts that don’t match the original, and strips whatever tag structure the source PDF had for accessibility. You get a checkmark, but you may also get a document that no longer matches the original formatting or reads correctly to assistive technology — worth it for a one-page form, risky for anything longer or more structured.
Applied Workflows
In this section: filling a real form field, marking a flat PDF that has no fields, typing a tick with the keyboard, setting up a reusable stamp for repeat use, handling a scanned document, and undoing a tick you’ve already placed.
Filling an existing fillable form’s checkbox
- Open the PDF in any reader that supports form fields — most current PDF readers do this natively.
- Hover over the checkbox; if the cursor changes to a pointer or hand, it’s a real field.
- Click once to set it, click again to clear it.
- Save the file — the value is stored in the form data, not drawn onto the page.
Adding a tick to a flat PDF with no form fields
If hovering over the checkbox area does nothing, there’s no field there — you’re placing an annotation instead.
- Open the file in a PDF editor with an annotation or stamp tool.
- Select the stamp or shape tool and choose a checkmark, or switch to the pencil tool to draw one.
- Click (or click-and-drag) to place it, then resize it to fit inside the checkbox outline.
- Check the annotation’s print setting before saving if you need a paper copy — this can be done using a tool like GoPDF, which shows the print flag as a toggle in the annotation’s properties.
Typing a Unicode tick character directly
- Windows: open Character Map, search “check,” copy the glyph, and paste it into a text box tool in your PDF editor. Alternatively, in Word or a text field, type
2713and press Alt+X to convert it to ✓. - Mac: press Control+Command+Space to open Character Viewer, search “check,” and double-click the symbol you want to insert it at the cursor.
- With either method, place the character using your editor’s text tool so it becomes a real, searchable text object rather than an image.
Setting up a reusable stamp for repeat use
This is the gap that shows up constantly in accounting and audit forums: people ticking the same file dozens of times a day and losing minutes to repeating the same three clicks each time. The fix is to save the checkmark as a custom stamp once, then reuse it with a single click for every subsequent tick. In a tool like GoPDF, that means placing the mark once, saving it to a personal stamp set, and pulling it from that palette for every later reconciliation pass instead of redrawing it from scratch.
Marking a scanned or image-based PDF
- Run the file through OCR first if you’ll need to search or select text later — a scanned page has no underlying text layer, only a flat image.
- Once OCR has processed the page, add the tick as a stamp or drawn annotation exactly as you would on any flat PDF.
- Skip OCR entirely if you only need the visual mark and don’t care about searchability — it isn’t a prerequisite for placing an annotation, only for making the surrounding text selectable.
Removing or editing a tick you already placed
- Select the tick with your editor’s selection tool (not the stamp or pencil tool).
- If it’s an annotation, it should highlight as a distinct object — press Delete, or drag it to reposition.
- If nothing selects and the mark seems fused to the page, it was likely inserted into the content stream directly; you’ll need a PDF editor’s content-editing mode, not its annotation tools, to remove it.
FAQ
How do I put a check mark on a PDF?
First confirm whether the spot is a real form field — hover over it and look for a pointer cursor. If it is, click it directly. If it isn’t, use your PDF editor’s stamp, drawing, or text tool to place a checkmark as an annotation or character instead.
How do I insert a tick symbol using the keyboard?
On Windows, type 2713 and press Alt+X in Word, or copy the glyph from Character Map. On Mac, open Character Viewer with Control+Command+Space and search “check.” Paste the result into a text tool in your PDF editor so it lands as a real character, not an image.
What’s the difference between a checkbox and a checkmark in a PDF?
A checkbox is the interactive field itself — the object that stores an on/off value. A checkmark is just the visual symbol. A native checkbox generates its own checkmark appearance automatically when checked; a checkmark added any other way is a separate mark with no field or stored value behind it.
Why doesn’t my tick mark show up when I print the PDF?
Most likely it’s an annotation whose print flag is turned off, which some annotation tools set by default. Open the annotation’s properties before printing and confirm the “print” option is enabled, or switch to a stamp tool that prints by default.
How do I remove a check mark from a PDF?
Select it with your editor’s selection tool rather than the drawing or stamp tool. If it highlights as its own object, delete it directly. If it doesn’t select at all, it’s part of the page content itself and needs a content-editing tool rather than an annotation eraser.
Can I add a tick mark without installing any software?
Yes — most browser-based PDF editors handle stamping or typing a checkmark without any download. The tradeoff is usually upload size limits and, for sensitive documents, wanting to keep the file off a third-party server.
Does adding a tick mark work on a scanned PDF?
Yes. A scanned page is just an image, but you can still place a stamp, drawn mark, or text box on top of it without running OCR first. OCR only matters if you also need the surrounding text to become searchable or selectable.
Is a checkmark added this way the same as signing the document?
No. A checkmark confirms a selection or completed step, but it doesn’t carry the identity verification or audit trail that legally recognized e-signatures require. For anything that needs to hold up as a signature, use your software’s dedicated signing feature, not a checkmark stamp.



