1. Home
  2. MS Office
  3. How to duplicate page in word

How to Duplicate a Page in Word: Everything You Need to Know

Need to know how to duplicate a page in Word quickly? You can go about it in many ways, from the basic copy and paste functions to the more technical one that involves running a code with Macro automated command.

Whichever option works better for you, we’ll help you duplicate a page in Word quickly and easily. Watch the video tutorial and read on below to find out how to go about it.

 

 

Word doesn’t have a built-in Duplicate Page button

Before diving in, it helps to know that Microsoft Word does not have a one-click Duplicate Page command. Unlike some desktop publishing tools, Word builds pages by flowing content from one to the next, so there is no native button to duplicate a page the way you might duplicate a slide in PowerPoint. You can learn more about how Word handles page layout in the official Microsoft Word support documentation.

The standard approach is to copy the contents of the page you want to duplicate and paste them onto a new blank page or into another document. For one-off copies, the manual copy-and-paste method works well. If you need to duplicate the same page many times, the Macro method further down this guide will save you a lot of time.

How to Duplicate a Page in Word (Single-Page Document)

Learning how to duplicate a page in Word is easiest when you are working with a single-page document. All the content you need is on one page, so you only need to copy and paste it onto another.

Here’s how to go about it:

  • Highlight all the text on the page you want to duplicate by dragging the cursor across it from the beginning to the end of the page. Alternatively, press Ctrl + A
  • Press Ctrl + C to copy the highlighted text or right-click on it and then select Copy
  • Next, go to the Insert tab and click Blank Page. A blank page will appear at the other end of the Word document
  • Now, click anywhere on the empty page using the cursor and press Ctrl + V to drop the copied text into the new page
  • Lastly, if you need to save the changes immediately, go to the File tab and click Save or Save As to keep the document in its current state

How to Duplicate a Page in Word from a Multi-Page Document

When you need to duplicate a page in Word from within a longer document, the process works the same way — you just need to be precise about selecting only the page you want. Here’s how to duplicate a single page from a longer document:

  • Place your cursor at the very beginning of the page you want to duplicate
  • Click and drag to the end of that same page only — do not drag into the next page
  • Press Ctrl + C to copy the selected content
  • Place your cursor where you want the duplicate to appear in the document
  • Go to the Insert tab and click Blank Page, or press Ctrl + Enter to insert a page break and open up a new page
  • Press Ctrl + V to paste the copied content onto the new page

Duplicating several consecutive pages: If you need to copy a range of pages, select only that specific page range — from the start of the first page in the range to the end of the last page in the range — then follow the same steps above: copy, position your cursor, insert a page break, and paste.

How to Duplicate Multiple Pages in Word with Macro

Macro is a series of automated commands. If you need to duplicate a page in Word many times over — for example, when working on a templatized document that you need to replicate across many pages or documents — the Macro method is far more efficient. To use it:

  • Open the Word document containing the page you want to duplicate
  • Go to the View tab, select Macros, then View Macros
  • In the Macros window, input the name of the macro and click Create
  • Paste the following code in the Code window:

Page = InputBox(“Enter the Page to Duplicate”)

Count = InputBox(“Enter Number of times to duplicate”)

With Selection

.GoTo wdGoToPage, wdGoToAbsolute, Page

.Bookmarks(“\Page”).Range.Copy

For i = 1 To Count: .Paste: Next

End With

  • Click the Save icon and close the window afterward
  • In Word, go to View > Macro > View Macros again
  • Once the macro window pops up, click Run to launch the macro
  • A dialog will appear on the screen; specify the page you want to duplicate and how many times you want it.

The dialog box will initiate the duplication process and place the result next to the original page in Word.

Preserve formatting when you duplicate a page in Word

Copying and pasting page content should bring across most of your text and basic formatting, but there are a few things to watch out for to make sure your duplicate looks exactly like the original.

  • Use Paste Options to keep your styling. After pasting, a small Paste Options icon appears near the pasted content. Click it and choose Keep Source Formatting if your page contains tables, images, logos, or special styles. This prevents Word from stripping or overriding your original design.
  • Prefer Ctrl + Enter over Insert > Blank Page for spacing. Inserting a blank page via the Insert tab can sometimes introduce unwanted extra spacing above or below your pasted content. Pressing Ctrl + Enter to insert a manual page break is often cleaner and gives you more predictable results.
  • Some elements need manual adjustment. Copy and paste duplicates the page body content, but certain elements — including headers, footers, watermarks, floating text boxes, and some background graphics — are not part of the page body and will not be carried over automatically. You will need to recreate or adjust these manually in the duplicate.

Final Notes

That’s it! You now know how to duplicate a page in Word quickly and efficiently. The methods in this guide will save you a lot of time when using the content of the original page as a template for a large volume of documents. If you found this piece handy, you would be interested in other time-saving tips such as inserting PDF into Word and making a checklist in Word.