🛠️ By Qwen, Senior IT Specialist
📅 Last Updated: June 16, 2025
Sometimes you need just one page in your Word document to be in landscape orientation, while the rest stays in portrait — especially for wide tables, charts, or diagrams.
But if you’re not familiar with how section breaks work in Word, this can get tricky fast.
In this guide, I’ll show you:
- 🧩 The correct step-by-step method to change only one page to landscape
- 🛠️ Tips for managing section breaks without messing up your layout
- ❌ Common mistakes and how to avoid them
- ✅ My expert tips for working with mixed orientations in long documents
Let’s get started!
⚠️ Why You Can’t Just Change a Single Page Orientation
Microsoft Word doesn’t allow changing the orientation of just one page directly. Instead, Word works with sections — each section can have its own page orientation, headers/footers, margins, and columns.
So, to make just one page landscape, you must:
- Create a new section around that page
- Apply landscape orientation only to that section
- Ensure other sections remain in portrait
🧩 Step-by-Step: Make One Page Landscape in Word
✅ Prerequisites:
- A multi-page Word document
- The page you want landscape is already inserted or identified
🔹 Step 1: Insert Section Break Before
- Place your cursor at the beginning of the page you want to make landscape.
- Go to the Layout tab
- Click Breaks > Section Breaks > Next Page
This creates a new section starting at your selected page.
🔹 Step 2: Insert Section Break After
- Now place your cursor at the end of the same page (after the last paragraph).
- Again, go to Layout > Breaks > Section Break > Next Page
This ends the landscape section and starts a new one (back to portrait).
🔹 Step 3: Change Page Orientation to Landscape
- Click anywhere inside the middle section (the one you want landscape)
- Go to Layout tab
- In the Page Setup group, click the small arrow (bottom-right corner)
- In the dialog box:
- Under Orientation, select Landscape
- Click OK
🔹 Step 4: Link to Previous (Optional)
If your document uses headers or footers, Word may now show blank ones on your landscape page.
To fix:
- Double-click the header/footer area of the landscape page
- In the Header & Footer Tools Design tab, uncheck “Link to Previous”
- Reconnect or retype any headers/footers if needed
Repeat this for both header and footer if necessary.
🗑️ Bonus: Clean Up Section Breaks (Optional)
After formatting is done, you can optionally delete unnecessary section breaks:
- Go to Home tab > Show/Hide Editing Marks (¶) — this shows all section breaks
- Look for Next Page section breaks before and after your landscape page
- Delete any extra breaks that aren’t needed (be careful not to remove the ones wrapping the landscape section)
📊 Summary Table
| Step | Action | Purpose |
|---|---|---|
| 1 | Insert Next Page break before target page | Start new section |
| 2 | Insert Next Page break after target page | End section cleanly |
| 3 | Set middle section to Landscape | Apply desired orientation |
| 4 | Unlink Headers/Footers (if needed) | Maintain consistent headers |
🧠 Expert Tips from an IT Professional
As someone who builds complex templates and reports in Word for enterprise use, here are my top recommendations:
✅ Tip 1: Use “Continuous” Section Breaks for Tighter Control
Instead of “Next Page”, use Section Break > Continuous when placing section breaks within a single page.
This avoids unwanted page jumps but requires more precise placement.
✅ Tip 2: Use Print Layout View
Always work in Print Layout view (View > Print Layout) when adjusting page orientation — it gives you a real preview of how your document will look.
✅ Tip 3: Avoid Using “Different First Page” with Mixed Sections
Using this option can cause unexpected behavior if combined with multiple section breaks. If needed, apply carefully and unlink headers/footers as described above.
✅ Tip 4: Use Section Breaks for Other Formatting Too
You can also vary:
- Margins
- Number of columns
- Headers/footers
- Page numbers per section
This makes section breaks a powerful tool beyond just orientation changes.
❌ Common Mistakes to Avoid
| Mistake | Consequence | Fix |
|---|---|---|
| Forgetting to add section breaks | Whole document becomes landscape | Add breaks before and after |
| Accidentally deleting a section break | Formatting lost | Restore from backup or re-insert breaks |
| Not unlinking headers/footers | Blank or incorrect headers | Uncheck “Link to Previous” |
| Trying to rotate text instead of page | Misaligned content | Use page orientation, not text rotation |
📁 Bonus: VBA Macro to Automate It (For Advanced Users)
If you do this often, automate it with a macro:
Sub MakeOnePageLandscape()
Dim rng As Range
Set rng = Selection.Range
' Insert section breaks
rng.Collapse Direction:=wdCollapseStart
rng.InsertBreak Type:=wdSectionBreakNextPage
rng.Collapse Direction:=wdCollapseEnd
rng.InsertBreak Type:=wdSectionBreakNextPage
' Apply landscape orientation
With rng.Sections(1).PageSetup
.Orientation = wdOrientLandscape
End With
End Sub
Select the content of the page you want landscape before running this macro.
✅ Final Thoughts – From an IT Expert
Changing just one page to landscape in Word isn’t hard once you understand how section breaks work. But without proper handling, it’s easy to end up with messed-up formatting, missing headers, or unintended pagination.
Use these techniques to maintain full control over your document layout — whether you’re preparing a report, creating a form, or inserting a large chart.
🔧 Pro Tip: Save your properly formatted document as a template (.dotx) so you can reuse it later without redoing all the steps.
📌 Need help creating a reusable Word template with multiple orientation pages? Or automating layout changes across hundreds of documents? Let me know!
💬 Stay organized. Stay professional.