Adding a border to an image in Word comes down to two practical paths: format the picture inside Word with the built-in Picture Border tool, or bake a real rectangular frame into the image file first and drop the framed file into the document. The Word-native route keeps everything inside the .docx and lets you tweak the frame later, but the border is a formatting layer that can vanish when the document is flattened, archived, or shared with someone on an older viewer. The file-first route gives you a PNG that already carries the border with it, so the framed picture looks the same in Word, Google Docs, PowerPoint, email, or print — no Word version, template, or theme required to make it stick.

The two approaches answer different needs. Word's Picture Border is best when the framed picture is staying inside one document and you want to keep adjusting it. A baked-in border from the Add Border to Image tool is best when the framed picture is going to travel — into a PDF, onto a website, into multiple documents, or out to a print shop. Knowing which one matches the job saves a lot of reformatting later.

add border to image in word
Add a Border to an Image in Word: A Solid Approach

How to Prepare a Bordered Image for Word in Your Browser

The Add Border to Image tool runs entirely in your browser tab. You pick a picture, choose a frame width and color, and download a new PNG that already contains the border. Because nothing is uploaded, the picture never leaves your computer, and the bordered output is ready to insert into Word exactly like any other local image.

  1. Open Add Border to Image and click the file picker. Choose a local JPG, PNG, or WebP within the displayed file limit (the tool follows the standard image safety policy, which is up to 25 MiB with bounded decoded dimensions).
  2. Enter a whole-number border width between 1 and 500 pixels. The number you type becomes the frame thickness on all four sides.
  3. Pick a six-digit hexadecimal color for the frame. Standard values like #000000, #FFFFFF, or a brand hex will work; named colors and RGBA values are not accepted.
  4. Click Add border. The tool reports the expanded width and height so you can confirm the new size, encodes the result as a PNG, and produces a download link. If the expanded canvas would exceed the 20-megapixel limit, the export fails visibly and you need to lower the border or the source size.
  5. Click the download link and save the bordered PNG. In Word, place the cursor where the picture belongs and choose Insert > Pictures > This Device to drop the bordered PNG into the document.

If the picture you want to border is already embedded in a Word document, you can extract it first using a guide on how to save images from Word as local files, run it through the border tool, then reinsert the framed result.

Word's Built-In Picture Border (and Where It Falls Short)

Word ships with a Picture Border feature that is genuinely useful when the framed picture will live entirely inside one Word file. The ribbon is a fast path to a colored, weighted, dashed frame without leaving the document.

  1. Click the inserted picture to select it. The Picture Format tab appears on the ribbon.
  2. In the Picture Styles group, click the arrow next to Picture Border.
  3. Hover Color and pick a theme color, a standard color, or open More Colors for a custom hex value.
  4. Hover Weight to set line thickness in points (0.5 pt through 6 pt and beyond).
  5. Hover Dashes to choose a line style — solid, dash, dot, dash-dot, or a longer compound dash.

Word's Picture Border is theme-aware, undoable, and adjustable after the fact, which is why people reach for it on first drafts. The trade-off is that the border is a property of the picture object inside Word, not a property of the underlying file. Save the document as a flattened PDF with minimum-size graphics, copy the picture into another program, or open the file on a viewer that does not understand picture content controls, and the border can quietly disappear. For images that have to look right on the way out the door, the file-first approach is safer.

Border Width, Color, and Output Format at a Glance

The two routes behave differently in measurable ways. The table below compares what each one does with the same 1200 × 800 source picture.

BehaviorAdd Border to Image (browser)Word Picture Border
Where the border livesInside the PNG file itselfAs a property of the picture object in the .docx
Width unitPixels (1–500, whole numbers)Points (0.5 pt and up, ribbon presets)
Color inputSix-digit hexadecimal valueTheme, standard, or custom RGB picker
Line stylesSolid onlySolid, dash, dot, compound dash
Source pixelsUntouched, drawn once at the offsetUntouched, border drawn on top of the picture object
Survives a flattened PDF exportYes — the border is part of the pixelsUsually yes, but settings and viewers vary
Editable later in WordNo, unless you re-edit the PNGYes, through the Picture Border dropdown
Output formatPNG onlyStays in the inserted picture's source format

The clearest contrast is portability. The browser tool's PNG carries its border into any program that reads images, while Word's Picture Border travels only as far as Word and well-behaved Word-compatible viewers allow.

A Worked Example: A 20-Pixel Black Frame

The geometry is fixed and predictable, so you can plan dimensions in advance. With a 1200 × 800 source image and a border width of 20 pixels:

  • Output width = 1200 + (2 × 20) = 1240 pixels
  • Output height = 800 + (2 × 20) = 840 pixels
  • Source placement: original 1200 × 800 picture drawn once at x = 20, y = 20
  • Source scale: every source pixel keeps its original coordinate scale (no resampling, cropping, blur, or covering)

So a 20-pixel frame literally adds 40 pixels to width and 40 pixels to height, then paints the original picture back into the center. Doubling the border to 25 pixels widens the result to 1250 × 850, with the source placed at x = 25, y = 25. The arithmetic is linear: every additional border pixel adds two pixels to each dimension.

Border Pitfalls That Show Up When the Image Reaches Word

A handful of predictable issues trip people up when a bordered image finally lands in Word. None of them are bugs, but each one changes the result if you go in unprepared.

  • The border is lost on flatten. Word's Picture Border can be hidden when you export to PDF with minimum-size graphics, paste into a graphics program, or save to a format that strips drawing layers. If the framed look has to survive the export, use the baked-in PNG.
  • Locked dimensions stop matching. Inserting the bordered PNG can default to the original picture's display size. Because the new file is 40 pixels wider and 40 pixels taller for a 20-pixel frame, you may need to set width and height explicitly under Picture Format > Size.
  • File size grows. The tool always re-encodes to PNG. A small JPEG source can come out larger as a PNG, especially when the new border pixels are flat blocks of one color.
  • The border color drifts. Word's theme colors may not match the exact hex you entered. If exact brand color matters, paste the same hex into both the Word color picker and the browser tool, and verify visually before printing.
  • Transparency behaves only inside the image. Existing transparent pixels inside the source stay transparent, but the new outer frame is always opaque, because the canvas is filled with the chosen color before the source is drawn on top.

When You Should Switch to a Desktop Image Editor

The Add Border to Image tool is intentionally narrow. It makes a rectangular solid frame and nothing else. If any of the following are true, a desktop image editor will save time over forcing the same job into a browser tool:

  • Color-managed print output. ICC profiles, exact physical dimensions, and bleed margins need a tool that can embed profiles and read a print spec. Neither Word's placement layer nor the browser tool handles that step.
  • Batch processing. The browser tool borders one file at a time. Folder-wide automation or hundreds of files in one pass call for an editor with batch actions.
  • Layered or non-destructive editing. PSD, XCF, or Affinity files keep the border as its own layer. The browser tool flattens the frame into a PNG, so there is nothing to undo later.
  • Decorative borders. Rounded corners, drop shadows, gradient frames, custom patterns, vector edges, or captions are out of scope for this tool. Use a dedicated editor or a complementary tool like Round Image Corners for rounded edges before the document is exported.

For the everyday case of framing a JPG, PNG, or WebP for a Word document, the Add Border to Image tool covers the full pixel range Word users actually ask for, keeps the source picture untouched, and produces a PNG that inserts into Word as a normal image. For anything that goes beyond a solid rectangular frame, switch tools before the bordered image leaves your computer.

If you're weighing options, Choosing the Right Approach in a Photo Collage Maker covers this in detail.