Cloud and virtualizationBeginner21 min read

What Is OneDrive in Cloud Computing?

Reviewed byJohnson Ajibi· Senior Network & Security Engineer · MSc IT Security

This page mentions older exam versions. See the Current Exam Context and Legacy Exam Context sections below for the updated mapping.

On This Page

Quick Definition

OneDrive is like a digital filing cabinet in the cloud. It stores your files online so you can access them from any computer, tablet, or phone. You can share files with others and automatically sync changes between devices.

Commonly Confused With

OneDrivevsGoogle Drive

Google Drive is Google’s cloud storage service, while OneDrive is Microsoft’s. Both offer sync, sharing, and collaboration, but they integrate with different office suites (Google Workspace vs. Microsoft 365). File size limits, sharing controls, and sync behavior are different.

A user on a Mac may prefer Google Drive for better integration with Google Docs, while a Windows user might find OneDrive more seamless with Office.

OneDrivevsSharePoint

SharePoint is a team collaboration platform for creating intranet sites and document libraries. OneDrive is personal storage for individual users. In Microsoft 365, OneDrive is actually built on top of SharePoint technology, but the user experience and management differ significantly.

You store your personal work files in OneDrive, but your team’s project files live in a SharePoint document library within a Microsoft Teams channel.

OneDrivevsiCloud Drive

iCloud Drive is Apple’s cloud storage service, tightly integrated with macOS and iOS. OneDrive works across Windows, Mac, iOS, Android, and the web. iCloud Drive is best for Apple ecosystem users, while OneDrive is better for cross-platform and enterprise environments.

If you own an iPhone and a Windows PC, OneDrive is more practical than iCloud Drive because the Windows app works smoothly.

OneDrivevsDropbox

Dropbox is a standalone cloud storage service known for its simplicity and third-party integrations. OneDrive is part of the Microsoft 365 ecosystem, with deep integration with Office apps. Dropbox offers more granular control over sync (e.g., selective sync folders), while OneDrive’s sync is more automated.

A user who needs advanced sync filters might choose Dropbox, while a Microsoft 365 subscriber will find OneDrive fully integrated with their Office apps.

Must Know for Exams

OneDrive appears in several IT certification exams, especially those focused on Microsoft technologies and cloud concepts. For the CompTIA A+ (Core 2), OneDrive is relevant under Objective 1.1 (Cloud Computing Concepts) and Objective 3.1 (Given a scenario, use features and tools of the Windows OS). Questions may ask about configuring OneDrive, understanding sync status icons, or using OneDrive to back up user files. You might need to explain the difference between cloud storage and local storage.

For the CompTIA Network+ (N10-008), OneDrive appears tangentially in the context of cloud services and storage. The exam may ask about SaaS versus PaaS versus IaaS, and OneDrive is a classic example of SaaS storage. Understanding that OneDrive is a multi-tenant, subscription-based service will help answer questions about service models.

In Microsoft 365 Fundamentals (MS-900), OneDrive is a core topic. The exam covers OneDrive for Business, its integration with SharePoint, and how it fits into the Microsoft 365 compliance center. You should know the default storage limits, how sharing links work, and the role of OneDrive in data loss prevention policies.

For the MD-101 (Managing Modern Desktops) exam, OneDrive is critical. You must know how to deploy OneDrive using Group Policy or Intune, configure known folder redirection, manage sync conflicts, and troubleshoot sync issues. The exam may present scenarios where users in different geographic locations need to share files, and you must choose the correct OneDrive settings.

In the Azure Fundamentals (AZ-900) exam, OneDrive is not tested directly, but it is a good example of a cloud storage service. Questions about scalability, high availability, and disaster recovery may use OneDrive as a reference. Overall, expect scenario-based questions that test your ability to implement and manage OneDrive in a business environment.

Simple Meaning

Imagine you have a physical filing cabinet at home where you keep all your important papers. If you are at work and need a document from that cabinet, you would have to go home to get it. OneDrive is like having that filing cabinet available on the internet. You put your files into OneDrive, and they are stored on Microsoft’s servers in secure data centers. From there, you can open any file from any device that has an internet connection, your laptop at school, your phone at a coffee shop, or a friend’s computer.

OneDrive also keeps your files in sync. That means if you edit a document on your laptop, the changes automatically appear on your phone and tablet. You never have to email yourself an updated version or worry about which file is the latest one. OneDrive also lets you share files and folders with other people. You can give them a link, and they can view or edit the file, depending on the permissions you set.

For IT certification learners, think of OneDrive as Microsoft’s answer to cloud storage for individuals and businesses. It is deeply integrated with Microsoft 365 (formerly Office 365) and Windows, making it a core tool for modern file management. Understanding OneDrive helps you grasp broader cloud concepts like storage as a service, synchronization, and identity-based access control.

Full Technical Definition

OneDrive is a cloud-based file hosting and synchronization service provided by Microsoft as part of its Microsoft 365 (M365) ecosystem. It uses a combination of client-side software, web services, and backend storage infrastructure to provide users with a unified file storage and access experience across devices.

At the protocol level, OneDrive uses HTTPS (TLS 1.2 or higher) for all communication between the client and Microsoft’s servers. File synchronization is managed by the OneDrive sync engine, which runs as a background process on Windows and macOS. The sync engine uses the Microsoft Graph API and the SyncAPI protocol to detect changes on the local file system and replicate them to the cloud. It monitors file system events (e.g., Create, Modify, Delete) using the operating system’s notification system. When a change is detected, the client uploads only the changed blocks using a delta sync mechanism, which minimizes bandwidth usage.

OneDrive supports both block-level and file-level synchronization. For large files, the client uses a chunked upload process, splitting the file into 4 MB blocks. If an upload fails, it can resume from the last successfully uploaded block, reducing retransmission overhead. The service also includes a recycle bin that retains deleted files for a configurable period (default 30 days for personal accounts, up to 93 days for business accounts with admin settings).

From an infrastructure perspective, OneDrive is hosted on Microsoft Azure. Files are stored in Azure Blob Storage, with redundancy options like locally redundant storage (LRS) and geo-redundant storage (GRS). Access control is managed through Azure Active Directory (AAD), with authentication methods including OAuth 2.0, SAML, and multifactor authentication. Permissions can be set at the file, folder, or link level, with options like “Can view,” “Can edit,” and specific expiration dates.

OneDrive also integrates with Microsoft’s data loss prevention (DLP) policies, eDiscovery, and retention policies, making it a compliant solution for enterprise environments. IT professionals often manage OneDrive settings through Group Policy Objects (GPO) or Microsoft Intune, controlling sync behavior, known folder redirection (e.g., Desktop, Documents), and offline availability.

Real-Life Example

Think of OneDrive as a shared community bulletin board in your apartment building. You have a corkboard in the lobby where anyone in the building can pin notes, flyers, or messages. If you want to share a photo from your recent vacation, you can pin it there, and your neighbors can look at it whenever they walk by. If someone wants to add a comment, they can write on a sticky note and put it next to the photo. That is like OneDrive, you put your file in a shared space that others can access.

Now imagine that the bulletin board is magical. If you take a picture of the bulletin board from your phone, you see exactly what is pinned there right now. But if you change the photo at home, the bulletin board automatically updates to show the new version. Your neighbor doesn’t have to wait for you to repin the photo; it just changes. That is the sync feature of OneDrive.

Also, the apartment building has copies of the bulletin board in the lobby, the mailroom, and the gym. No matter which copy you look at, it shows the same thing. If someone pins a notice to the lobby board, the mailroom and gym boards update too. That is how OneDrive keeps files consistent across your devices.

Finally, you can give some people a key to a special locked box attached to the bulletin board. Only they can open it and see the private notes inside. That is like sharing a OneDrive folder with specific permissions, only the people you choose can access it.

Why This Term Matters

OneDrive is important for IT because it represents a fundamental shift from local file storage to cloud-based storage, which is now standard in most organizations. As an IT professional, you must understand how to deploy, configure, and troubleshoot cloud storage services. When users move to cloud services like OneDrive, the IT team is responsible for ensuring data security, availability, and compliance.

For help desk technicians, OneDrive issues are among the most common support tickets. Users may complain about files not syncing, corrupted local copies, or storage limits. Without a solid understanding of OneDrive’s sync engine and permission model, troubleshooting these issues becomes guesswork.

OneDrive also is key to modern identity and access management strategies. Because OneDrive authentication ties into Azure AD, IT teams must configure conditional access policies, MFA, and device compliance checks. If a user’s device is lost or stolen, IT can remotely wipe the OneDrive cache to protect sensitive data.

OneDrive is tightly integrated with Microsoft 365 apps. When a user opens a Word document from OneDrive, it may lock the file temporarily for co-authoring. Understanding how sharing links, version history, and co-authoring work is essential for collaboration scenarios. In short, OneDrive is not just storage, it is a platform that affects how users work, how IT manages devices, and how data is protected.

How It Appears in Exam Questions

Exam questions about OneDrive often fall into three categories: configuration and setup, troubleshooting, and sharing/permissions.

Configuration questions might ask: “A user wants to automatically sync their Desktop, Documents, and Pictures folders to OneDrive. Which feature should you enable?” The correct answer is Known Folder Move (or Known Folder Redirection). Another question: “You need to ensure that a specific file in OneDrive is available offline on a Windows 10 device. What should you do?” The answer is to right-click the file and select “Always keep on this device.”

Troubleshooting questions are common. For instance: “A user reports that files in OneDrive are not syncing. The sync icon shows a red X. What is the most likely cause?” Possible answers include: the user has reached their storage quota, the file name contains invalid characters, the file path is too long, or the sync process is paused. You might need to run the OneDrive diagnostic tool or check the sync status in the activity center.

Sharing questions often revolve around link types: “You share a folder with a colleague using the ‘Anyone with the link’ option. What risks does this pose?” You need to know that anyone who has the link can access the folder, even people outside your organization, and that the link could be forwarded. The correct configuration would be to set link expiration and restrict to specific users, if possible.

Another question type tests knowledge of co-authoring: “Two users open the same Word document from OneDrive at the same time. What happens?” The answer depends on whether the document supports co-authoring (modern .docx files do). Co-authoring allows both users to edit simultaneously, with changes merging automatically. However, if one user opens the file in a non-compliant app, the file may be locked for exclusive editing.

Finally, questions about storage limits: “OneDrive for Business provides how much storage per user by default?” The answer is 1 TB per user, but the tenant admin can increase it up to 5 TB. For personal accounts, free storage is 5 GB. Knowing these limits is important for scenario-based questions that ask you to allocate storage or resolve quota issues.

Practise OneDrive Questions

Test your understanding with exam-style practice questions.

Practise

Example Scenario

You are an IT support specialist for a mid-sized marketing firm. The company uses Microsoft 365 Business Premium, and all employees have OneDrive accounts. One of the graphic designers, Maria, calls you saying that her OneDrive is not syncing properly. She has a large folder of project files that she needs to share with the client by the end of the day.

You ask Maria to check the OneDrive icon in the system tray. She says it shows a red circle with a white X. That tells you there is a sync error. You then ask if she has received any notifications about storage. She says she got an email about her OneDrive being almost full. You check the OneDrive admin center and see that Maria’s account is indeed using 98% of her 1 TB quota.

You explain to Maria that she needs to free up space or move some files to a shared team site. While she works on that, you guide her to the “Manage storage” page in the OneDrive web portal. From there, she can see which files are taking the most space. She finds a folder of old campaign assets that can be archived. After deleting them, the sync resumes normally.

Next, Maria wants to share a folder with a client outside the organization. She asks if she can use the “Anyone with the link” option. You advise against it because the link could be forwarded to unauthorized people. Instead, you show her how to create a link that requires authentication and expires after seven days. She sets it up, and the client accesses the folder securely.

This scenario tests your ability to diagnose a sync issue caused by quota limits, and then configure secure sharing. In an exam, you might be asked what the red icon means, how to increase quota (if possible), or which sharing option is most secure.

Common Mistakes

Thinking OneDrive sync is the same as a backup

OneDrive sync keeps copies of files across devices, but if you delete a file from one device, it is deleted everywhere unless you recover it from the recycle bin. A true backup like Windows Backup creates an independent copy that protects against accidental deletion or ransomware.

Use OneDrive for syncing and sharing, but configure a separate backup solution (like File History or third-party backup) for important data.

Assuming OneDrive for Business is the same as personal OneDrive

OneDrive for Business has different storage limits, compliance features, and administration tools. It is integrated with SharePoint and Azure AD, while the personal version is designed for individual use with fewer controls.

Check which version of OneDrive you are using. Business accounts often require admin approval for sharing outside the organization.

Sharing files using 'Anyone with the link' without understanding the risks

This link type makes the file accessible to anyone who obtains the link, including people outside your organization. There is no authentication or tracking required. This can lead to data leaks if the link is shared or intercepted.

Use 'Specific people' links or, if 'Anyone' is necessary, set an expiration date and restrict editing permissions.

Disabling sync on a folder by mistake, thinking it removes the files

Choosing to 'Stop syncing a folder' only removes the local copy from your device. The files remain in the cloud. This is not a deletion, but users may panic thinking they lost files.

Educate users that stopping sync is not the same as deleting. To delete files permanently, go to the OneDrive website and delete them from there.

Confusing OneDrive with SharePoint document libraries

OneDrive is for personal files (my documents), while SharePoint is for team collaboration. They are different services, though they share underlying technology. Users often try to share OneDrive links for team communication, which is not best practice.

Use OneDrive for personal files and folders. Use SharePoint or Teams for team collaboration and shared documents.

Exam Trap — Don't Get Fooled

{"trap":"A question states: 'A user wants to share a file with an external client. Which sharing option is most secure?' The answer choices include 'Anyone with the link', 'People in your organization', 'Specific people', and 'Only me'."

,"why_learners_choose_it":"Learners often pick 'Specific people' because it seems restrictive. But the trap is that 'Specific people' still does not require authentication unless the recipient has a Microsoft account. The most secure option for sharing externally is actually to set the link type to 'Specific people' AND enable 'Block download' or require sign-in, but those options are not always listed.

If the question does not mention those extra settings, the correct answer is often 'Specific people' because it limits viewers explicitly, but learners may overthink.","how_to_avoid_it":"Read the question carefully. Look for keywords like 'require authentication' or 'sign-in required'.

If the options say 'Specific people (requires authentication)' or similar, that is the most secure. Otherwise, remember that 'Anyone with the link' is the least secure, and 'Specific people' is the most secure among the basic options."

Step-by-Step Breakdown

1

User saves a file to the OneDrive folder

When you save a file (e.g., a Word document) into the local OneDrive folder on your computer, the OneDrive sync client registers this event. The client uses the operating system’s file change notification to detect the new file.

2

Client initiates upload using delta sync

The sync client breaks the file into 4 MB blocks and calculates a hash for each block. It sends the metadata (filename, path, size, hashes) to the OneDrive cloud service via the Microsoft Graph API over HTTPS.

3

Cloud service checks for conflicts

The OneDrive server checks if the same file has been modified by another source (e.g., from the web interface or another device). If there is a conflict, the server creates a separate copy with a version suffix (e.g., filename_conflict_2025-01-01.docx). If no conflict, the server stores the data.

4

Server stores file in Azure Blob Storage

The file data is stored in Azure Blob Storage, with replication based on the tenant’s configuration (e.g., LRS, GRS). The server updates the file metadata in the SharePoint content database, linking it to the user’s OneDrive site.

5

Server sends acknowledgment to client

The cloud service responds to the sync client with a success status, including the new file version ID. The client updates its local database to mark the file as synced. The sync icon changes from a blue circle (syncing) to a green check mark (synced).

6

Changes propagate to other devices

When the user opens OneDrive on another device (e.g., a smartphone), the client polls the server for changes. It receives the new file metadata and downloads only the changed blocks. The file appears on that device, maintaining consistency across all connected devices.

Practical Mini-Lesson

OneDrive is more than just drag-and-drop storage. As an IT professional, you need to understand how to configure OneDrive for business environments. Start by deploying the OneDrive sync client via Microsoft Intune or Group Policy. You can preconfigure the sync client settings, like the tenant ID, default library path, and known folder redirection, so that users don’t have to set anything up themselves.

Known Folder Redirection (KFR) is a key feature. It automatically moves the user’s Desktop, Documents, and Pictures folders to OneDrive. This ensures that work data is always backed up and available on any device. However, you must be careful: if a user has a massive Documents folder, the initial sync can take a long time and consume bandwidth. You should plan to roll this out gradually, perhaps during off-peak hours.

OneDrive also has a feature called Files On-Demand. With this, files appear in File Explorer with placeholder icons, and they download only when you open them. This saves local storage space. But if the network goes down, users may not be able to access files that are not already downloaded. You can set group policies to enforce Files On-Demand or force files to be always available offline.

Sharing is another critical area. You can create sharing policies in the Microsoft 365 admin center to limit external sharing to specific domains, require sign-in, or set link expiration. For highly sensitive data, you can enable data loss prevention (DLP) policies that block sharing files containing credit card numbers or social security numbers.

What can go wrong? Sync conflicts can occur if a user edits a file offline and another user edits the same file online. OneDrive creates a separate conflict file, but users may not notice and might lose changes. You can educate users to check their OneDrive recycle bin and conflict folder regularly. Also, file names with special characters like &, %, or # can cause sync errors because they are not allowed in some file systems. The sync client logs errors to the event viewer (under Microsoft-Windows-OneDrive-Sync). You can use the OneDrive diagnostic tool (onedrive.exe /repair) to fix common sync issues. For advanced troubleshooting, check the sync database in %localappdata%\Microsoft\OneDrive\settings\Business1\ClientPolicy.db.

Professionals also need to manage storage quotas. By default, OneDrive for Business gives 1 TB per user. Admins can increase this up to 5 TB through the SharePoint admin center. If users approach the limit, consider archiving older files or moving them to a SharePoint site that has its own storage pool. Finally, remember that OneDrive has a file size limit of 250 GB per file for business accounts. Understanding these practical constraints helps you design a reliable cloud storage environment for your organization.

Memory Tip

Think of OneDrive as “One place for your files, synced across every device.” The number one exam focus is sync status icons and sharing link types.

Covered in These Exams

Current Exam Context

Current exam versions that test this topic — use these objectives when studying.

Legacy Exam Context

Older materials may mention these exam versions, but learners should use the current objectives for their target exam.

N10-008N10-009(current version)

Related Glossary Terms

Frequently Asked Questions

What is the default storage limit for OneDrive for Business?

The default storage limit for OneDrive for Business is 1 TB per user. Microsoft 365 administrators can increase this up to 5 TB per user as needed.

Can I access OneDrive files offline?

Yes, you can set files or folders to be available offline by right-clicking them and selecting 'Always keep on this device'. Alternatively, you can use the Files On-Demand feature to download files on-demand.

What happens if I delete a file from OneDrive?

If you delete a file from OneDrive, it goes to the OneDrive recycle bin. You can recover it within 30 days (default) for personal accounts, and up to 93 days for business accounts. After that, it is permanently deleted.

Can I share files with people outside my organization?

Yes, you can use share links to share files with external users, but the admin may have restrictions. Options include 'Anyone with the link' (no sign-in required) or 'Specific people' (requires sign-in with a Microsoft account).

What file size can I upload to OneDrive?

For OneDrive for Business, the maximum file size is 250 GB per file. For personal OneDrive accounts, the limit is also 250 GB. Individual file uploads may be limited by your network bandwidth.

How do I know if a file has synced successfully?

The OneDrive icon in the system tray or menu bar shows a green check mark when syncing is complete. A blue circle with arrows indicates syncing in progress, a red X indicates an error, and a pause icon means syncing is paused.

Summary

OneDrive is Microsoft’s cloud storage service that allows you to store, sync, and share files across multiple devices. For IT certification learners, OneDrive is a practical example of how cloud computing delivers storage as a service (SaaS). It leverages protocols like HTTPS, delta sync, and integration with Azure Active Directory to provide secure, scalable file access.

In exams, OneDrive appears in scenarios involving sync configuration, troubleshooting, sharing permissions, and co-authoring. You need to know how to interpret sync status icons, set up known folder redirection, and manage storage quotas. OneDrive is tested in CompTIA A+, Network+, Microsoft 365 Fundamentals, and MD-101 exams.

OneDrive matters because modern IT work revolves around cloud-based collaboration. Understanding OneDrive helps you solve real-world problems like file version conflicts, storage limits, and secure external sharing. It also prepares you for broader concepts in cloud storage, identity management, and data protection.

Remember that OneDrive is not a backup service, but a sync service. Always think carefully before using ‘Anyone with the link’ for sharing, and always check sync status icons before troubleshooting. With these foundations, you are ready to tackle OneDrive questions on your IT certification exams.