MS-900Chapter 38 of 104Objective 2.1

Microsoft Whiteboard and Collaborative Tools

This chapter covers Microsoft Whiteboard and other collaborative tools within Microsoft 365, focusing on how they enable real-time co-creation and brainstorming. For the MS-900 exam, understanding these tools is crucial as they test your knowledge of Microsoft 365 productivity and collaboration features, which constitute approximately 10-15% of exam questions. You'll learn about Whiteboard's integration with Teams, its cloud-based architecture, and how it fits into the broader M365 collaboration ecosystem.

25 min read
Intermediate
Updated May 31, 2026

The Digital Whiteboard as a Shared Canvas

Imagine a team of architects designing a building. They have a giant physical whiteboard in a conference room. One architect draws the foundation, another adds electrical lines, a third sketches plumbing. They can all see changes in real time, erase mistakes, and add sticky notes. But if someone is remote, they can't participate. Now, imagine a digital version of that whiteboard, accessible via any device. Each person has a 'digital marker' that writes in their color. When one person draws a line, it appears on everyone's screen instantly, because the whiteboard is hosted on a server that broadcasts changes. Sticky notes are like digital text boxes that can be moved, resized, and even have reactions (like a 'like' button). The whiteboard also saves every version, so you can go back to a previous state, like undoing a bad drawing. This is Microsoft Whiteboard: a persistent, collaborative canvas that syncs across devices and users, enabling real-time brainstorming and planning, just like that physical whiteboard but without the limitations of location or eraser smudges.

How It Actually Works

What is Microsoft Whiteboard?

Microsoft Whiteboard is a freeform digital canvas integrated into Microsoft 365, designed for real-time collaboration. It allows users to sketch, write, type, add sticky notes, images, and even insert documents. The app is available as a standalone Windows app, a web app, and an in-meeting app within Microsoft Teams. Whiteboard is built on Microsoft's Fluid Framework, which enables real-time co-authoring and synchronization across clients.

Why It Exists

Traditional whiteboarding in meetings is limited to physical presence. Whiteboard solves this by providing a persistent, cloud-based canvas that can be accessed from anywhere, on any device. It eliminates the need for physical whiteboards, markers, and erasers, and allows for infinite canvas size, undo/redo, and version history. It also integrates with other M365 services like OneNote, SharePoint, and Teams, making it a central hub for visual collaboration.

How It Works Internally

Microsoft Whiteboard uses the Fluid Framework for real-time collaboration. When a user makes a change (draws a line, adds a sticky note), the change is sent as a small data payload to the Whiteboard service in Azure. The service then broadcasts the change to all other active clients. Each client maintains a local copy of the whiteboard state, and the service ensures eventual consistency. Conflicts are resolved using Operational Transform (OT) or Conflict-Free Replicated Data Types (CRDTs), similar to how Google Docs handles co-authoring. The whiteboard data is stored in the user's OneDrive for Business, specifically in a hidden folder called 'Microsoft Whiteboard'. This means the whiteboard is tied to the user's identity and is accessible from any device where they sign in.

Key Components, Values, and Defaults

Canvas Size: Infinite, no predefined boundaries. Users can zoom in/out from 10% to 400%.

Ink Strokes: Pressure-sensitive, with up to 4096 levels of pressure on supported devices.

Sticky Notes: Color-coded (default 8 colors). Text limit per note is approximately 2000 characters.

Images: Supported formats: PNG, JPEG, GIF, BMP. Max file size: 5 MB per image.

Reactions: Users can add 'like' reactions to sticky notes or ink strokes.

Version History: Whiteboard automatically saves versions. Users can access up to 30 days of version history via the 'Version history' option in the app.

Sharing: Whiteboards can be shared via a link (similar to OneDrive sharing). Permissions: Can edit or Can view.

Integration with Teams: Whiteboard can be added as a tab in a Teams channel or used during a Teams meeting. Meeting whiteboards are automatically shared with all meeting participants.

Configuration and Verification

Whiteboard is enabled by default for all Microsoft 365 subscribers (Business Basic, Standard, Premium, Enterprise E3/E5, etc.). Admin can disable it via Microsoft 365 admin center:

Go to Settings > Org settings > Services > Whiteboard.

Toggle 'Turn Whiteboard on or off for everyone'.

Optionally, restrict to specific security groups.

To verify availability, a user can simply open the Whiteboard app or access it via Teams. There is no PowerShell cmdlet specific to Whiteboard, but you can use Graph API to check if the service is enabled for a tenant.

Interaction with Related Technologies

Microsoft Teams: Whiteboard is deeply integrated. During a Teams meeting, the presenter can share a whiteboard. Participants can draw on it simultaneously. The whiteboard is saved to the meeting organizer's OneDrive and accessible from the meeting chat.

OneNote: Whiteboard content can be exported to OneNote as an image. No direct sync.

SharePoint: Whiteboards can be stored in SharePoint document libraries if shared via a link, but the primary storage is OneDrive.

Microsoft 365 Groups: Whiteboards are not directly tied to groups, but sharing via link allows group collaboration.

Fluid Framework: Whiteboard is one of the first applications built on Fluid, enabling real-time co-authoring. This same framework powers Loop components.

Other Collaborative Tools in M365

Besides Whiteboard, Microsoft 365 includes several other collaborative tools that work together: - Microsoft Teams: Hub for teamwork with chat, channels, meetings, and app integrations. - SharePoint: Document management and intranet portal. Allows co-authoring on documents (up to 10 users simultaneously). - OneDrive: Personal cloud storage with file sharing and co-authoring (up to 10 users). - OneNote: Digital notebook for note-taking with sections and pages. Supports real-time co-authoring. - Planner: Lightweight project management with boards, tasks, and buckets. - Forms: Survey and quiz creation. - Stream: Video sharing with transcripts and comments. - Yammer: Enterprise social network. - Loop: New component-based collaboration (still evolving).

All these tools leverage the same underlying identity (Azure AD), security (MFA, Conditional Access), and compliance (eDiscovery, retention policies) features.

How Whiteboard Fits in the Exam

For MS-900, you need to know:

Whiteboard is part of Microsoft 365 productivity tools.

It enables real-time visual collaboration.

It integrates with Teams, OneDrive, and other services.

It uses the Fluid Framework for real-time sync.

It is available in most Microsoft 365 plans (excluding some F1/F3 plans? Check current documentation).

Admin can disable it.

Common exam scenario: A company wants to allow employees to brainstorm during Teams meetings. Which tool? Whiteboard. Or: Which technology enables real-time co-authoring on Whiteboard? Fluid Framework.

Walk-Through

1

Open Whiteboard from Teams

During a Teams meeting, the presenter clicks the Share icon and selects 'Microsoft Whiteboard'. This launches the Whiteboard app within the meeting window. A new or existing whiteboard can be chosen. Once shared, all meeting participants see the whiteboard on their screens. The whiteboard is automatically saved to the meeting organizer's OneDrive for Business in a hidden folder named 'Microsoft Whiteboard' with a .whiteboard file extension. The file is also attached to the meeting chat for later access.

2

Real-time collaboration begins

As participants draw or type, each action is transmitted to the Whiteboard service in Azure via WebSocket connections. The service uses the Fluid Framework to synchronize changes across all clients. Each client maintains a local copy of the whiteboard state. When a user adds a sticky note, the note's content, position, color, and size are sent as a JSON payload. The service applies operational transforms to resolve conflicts (e.g., two users moving the same sticky note). The result is eventually consistent, typically within milliseconds.

3

Add sticky notes and reactions

Users can click the 'Sticky note' button to add a note. They can type text, change color from a palette of 8 colors, and resize. Other users can add a 'like' reaction by clicking the heart icon on a note. Reactions are also synced in real time. Each reaction increments a counter visible to all. This fosters engagement without interrupting the flow.

4

Insert images and documents

Users can insert images from their device or from OneDrive. Supported formats include PNG, JPEG, GIF, and BMP. The maximum image size is 5 MB. Images are uploaded to the Whiteboard service and stored as part of the whiteboard data. They can be moved, resized, and rotated. Documents (like Word, Excel, PDF) can be inserted as images or as links. If inserted as a link, clicking opens the document in its native app.

5

Save and share whiteboard

Whiteboards are auto-saved continuously. Users can also manually save by closing the app. The whiteboard file is stored in the user's OneDrive. To share a whiteboard outside a meeting, the user can click 'Share' in the Whiteboard app, generate a link, and set permissions (Can edit or Can view). Recipients need a Microsoft 365 account to access. The link can be sent via email or Teams chat. The whiteboard remains accessible even after the meeting ends.

What This Looks Like on the Job

In a global enterprise with 10,000 employees, Microsoft Whiteboard is used daily for agile sprint planning. The team uses a whiteboard in a Teams meeting to create a Kanban board with sticky notes for tasks. Each task note is color-coded by priority (red for critical, yellow for medium, green for low). The team members drag notes across columns (To Do, In Progress, Done) in real time. This replaces physical sticky notes on a wall, enabling remote team members to participate equally. The whiteboard is saved and reused for daily stand-ups. A common problem is that if the meeting organizer leaves the meeting, the whiteboard becomes read-only for others. To avoid this, the organizer can assign a co-organizer or share the whiteboard link beforehand. Another scenario is in education: a teacher uses Whiteboard to explain math problems. Students join from home and can write answers on the whiteboard. The teacher uses ink strokes to correct. The whiteboard is then exported as an image and posted to the class OneNote notebook. Performance considerations: Whiteboard works best with a stable internet connection (at least 5 Mbps). On slow connections, ink strokes may lag. The maximum number of simultaneous users is not officially documented but practical limits are around 50 participants before performance degrades. Misconfiguration: If an admin disables Whiteboard via admin center, users will see an error when trying to share it in Teams. Also, if OneDrive is disabled for a user, whiteboards cannot be saved. In such cases, users lose their work if they close the app. Best practice: Ensure OneDrive is enabled and licensed for all users who need Whiteboard.

How MS-900 Actually Tests This

The MS-900 exam tests your understanding of Microsoft Whiteboard and collaborative tools under objective 'Describe collaboration solutions in Microsoft 365' (likely within domain 2: Describe productivity solutions). Specific sub-objectives include: 'Describe the collaborative capabilities of Microsoft Teams, SharePoint, OneDrive, and Yammer' and 'Describe the capabilities of Microsoft Whiteboard and Loop'. The exam focuses on what each tool does, not how to configure it deeply. Common wrong answers: 1) Confusing Whiteboard with OneNote: Both allow drawing, but Whiteboard is a freeform canvas for brainstorming, while OneNote is a structured notebook for note-taking. 2) Thinking Whiteboard stores files in SharePoint: It stores in OneDrive. 3) Believing Whiteboard requires a separate license: It is included in most M365 plans (Business Basic and above, Enterprise E1/E3/E5, Education). Exceptions: F1 and F3 licenses may not include Whiteboard? (Check current docs; as of 2025, F1 includes Whiteboard web only). 4) Assuming Whiteboard is only for Teams: It can be used standalone. Exam loves to ask: 'Which tool allows real-time visual collaboration during a Teams meeting?' Answer: Whiteboard. Also, 'Which technology enables real-time co-authoring on Whiteboard?' Answer: Fluid Framework. Numbers to remember: Max image size 5 MB, sticky note color count 8, version history retention 30 days. Edge cases: If a user is not licensed for Whiteboard, they can still view but not edit. If Whiteboard is disabled by admin, it cannot be used at all. To eliminate wrong answers, focus on the primary function: if the question mentions 'drawing', 'brainstorming', 'visual collaboration', it's Whiteboard. If it mentions 'structured notes', 'sections', 'tags', it's OneNote. Also, remember that Whiteboard is not a document management tool; that's SharePoint or OneDrive.

Key Takeaways

Microsoft Whiteboard is a digital canvas for real-time visual collaboration, included in most M365 plans.

Whiteboard uses the Fluid Framework to synchronize changes in real time across participants.

Whiteboard files are stored in the user's OneDrive for Business in a hidden folder.

Whiteboard integrates with Microsoft Teams for in-meeting collaboration.

Admins can disable Whiteboard via the Microsoft 365 admin center under Settings > Org settings > Services > Whiteboard.

Maximum image size for insertion is 5 MB.

Version history is retained for 30 days.

Sticky notes come in 8 colors.

Whiteboard is not the same as OneNote; they serve different purposes.

For MS-900, know that Whiteboard enables brainstorming and visual collaboration, and is part of the M365 productivity suite.

Easy to Mix Up

These come up on the exam all the time. Here's how to tell them apart.

Microsoft Whiteboard

Freeform infinite canvas for drawing and brainstorming.

Real-time co-authoring via Fluid Framework.

Stores files in OneDrive as .whiteboard files.

Primarily visual collaboration tool.

Limited text formatting; focuses on ink and sticky notes.

Microsoft OneNote

Structured notebook with sections and pages.

Real-time co-authoring via OneNote sync.

Stores files in OneDrive as .one files.

Primarily note-taking and organization tool.

Rich text formatting, tables, tags, audio recording.

Watch Out for These

Mistake

Microsoft Whiteboard stores files in SharePoint.

Correct

Whiteboard files (.whiteboard) are stored in the user's OneDrive for Business in a hidden folder called 'Microsoft Whiteboard'. They are not stored in SharePoint unless manually moved or shared via a link that points to OneDrive.

Mistake

Whiteboard requires a separate subscription beyond Microsoft 365.

Correct

Whiteboard is included in most Microsoft 365 plans, including Business Basic, Standard, Premium, Enterprise E1/E3/E5, and Education. Only some F-series plans may have limitations (e.g., F1 includes web-only access). No additional cost.

Mistake

Whiteboard can only be used within Microsoft Teams.

Correct

Whiteboard is available as a standalone Windows app, a web app (whiteboard.microsoft.com), and a mobile app. It can be used outside Teams for personal brainstorming or collaboration via shared links.

Mistake

Whiteboard and OneNote are the same tool.

Correct

Whiteboard is a freeform digital canvas for visual collaboration (drawing, sticky notes). OneNote is a structured digital notebook with sections and pages, designed for note-taking and organization. They serve different purposes.

Mistake

Whiteboard data is not saved if the meeting ends.

Correct

Whiteboards used in Teams meetings are automatically saved to the meeting organizer's OneDrive. They remain accessible from the meeting chat and can be reopened later. Data is not lost.

Do You Actually Know This?

Reveal each answer, then mark whether you got it right. Score 60%+ to unlock the next chapter.

Frequently Asked Questions

How do I share a Microsoft Whiteboard with someone outside my organization?

Whiteboard sharing via link uses OneDrive sharing permissions. You can set the link to 'Anyone with the link' if your organization allows external sharing. However, external users need a Microsoft account (personal or work/school) to edit. View-only access may be possible without sign-in if your admin enables anonymous sharing. Go to OneDrive settings to configure external sharing.

Can I recover a deleted Whiteboard?

If you delete a whiteboard file from OneDrive, it goes to the OneDrive recycle bin. You can restore it within 30 days (or up to 93 days if admin configured retention). After that, it may be recoverable via eDiscovery if retention policies are in place. Always check the recycle bin first.

What is the difference between Whiteboard and Loop components?

Whiteboard is a freeform canvas for visual collaboration (drawing, sticky notes). Loop components are portable, co-authored content blocks (like tables, lists, paragraphs) that can be shared across Teams, Outlook, and other apps. Loop is also built on Fluid Framework but focuses on structured content, not freeform drawing.

Does Whiteboard work on mobile devices?

Yes, Microsoft Whiteboard has mobile apps for iOS and Android. They support viewing and editing, though the experience is optimized for touch. You can also access via mobile browser at whiteboard.microsoft.com.

How many people can collaborate on a single Whiteboard?

Microsoft does not publish a hard limit, but practical testing suggests up to 50 participants can collaborate simultaneously without significant performance issues. Beyond that, latency may increase. For large groups, consider using multiple whiteboards or breakout rooms.

Can I export a Whiteboard to PDF or image?

Yes, you can export the whiteboard as a PNG image or SVG. In the Whiteboard app, click the 'Export' icon (usually in the top right) and choose format. You can also copy the entire whiteboard as an image to clipboard. There is no direct PDF export, but you can save as image and then convert.

Is Whiteboard available in Microsoft 365 F1/F3 plans?

As of the latest documentation, Whiteboard web app (whiteboard.microsoft.com) is available in F1 and F3 plans. The desktop app may require a higher-tier license. Always verify with current Microsoft 365 service descriptions.

Terms Worth Knowing

Ready to put this to the test?

You've just covered Microsoft Whiteboard and Collaborative Tools — now see how well it sticks with free MS-900 practice questions. Full explanations included, no account needed.

Done with this chapter?