Stop data loss prevention warnings from killing your work
Data loss prevention (DLP) rules block file saves or emails. Quick fix: check your company's DLP policy first, then whitelist the specific action.
Quick answer for advanced users
Check the DLP policy name in the warning. Open Microsoft Purview compliance portal (or your DLP tool admin panel). Find the policy, then add an exception rule for the specific user, file type, or action. Apply and wait 1 hour for sync. Test again.
Why your work just got stopped
I've seen this a hundred times. A client last month couldn't email a .pdf invoice to a vendor. The DLP policy flagged it as "sensitive financial data" because the file name contained "invoice". Another time, a user tried to save a customer list to a USB drive—blocked right away. DLP is a security tool that monitors what you send, save, or print. But it's dumb. It flags keywords, file types, or patterns (like credit card numbers). False positives are common. The fix is always the same: find the rule, tweak it, or get an override from your IT team. Don't try to bypass it with encryption or renaming files—that gets you fired.
Step-by-step fix for common DLP violations
- Read the warning message. It usually says something like "This action is blocked by the DLP policy 'Finance-02'." Write down the policy name.
- Open your DLP admin tool. If you're on Microsoft 365, go to Microsoft Purview compliance portal → Data loss prevention → Policies. For other tools (Symantec, McAfee, Forcepoint), open their management console.
- Find the policy that matches the name from step 1. Click it, then look for "Rules" or "Conditions".
- Add an exception. Most DLP tools let you exclude specific users, groups, file types, or locations. For example, if the rule blocks "all PDF files", add an exception for the user who needs to send invoices. If you're the IT person, add yourself or the user's email address.
- Apply and wait. Save the policy. In Microsoft Purview, it takes up to 1 hour to sync to all endpoints. For on-prem tools, it's faster—maybe 5 minutes.
- Test the action. Try saving the file or sending the email again. If it still fails, check the policy's priority. Sometimes a higher-priority rule overrides your exception.
Alternative fixes if the main one fails
Workaround for Mac or Linux users
DLP agents on Macs are less strict. If you're on Windows, try the same action on a Mac shared computer. I've had clients do this for one-off files.
Use a different channel
If email is blocked, upload the file to a company-approved cloud storage (SharePoint, OneDrive) and share a link. DLP often allows sharing links because the file stays inside the org. Just make sure expiration is set.
Contact your DLP admin directly
Skip the helpdesk. Email your security team or the person who manages DLP. Say "Policy 'XYZ' blocks me from sending file ABC. Can you create a 24-hour exception?" Most admins will do it fast if you give specifics.
Rename or re-save the file
Sometimes DLP triggers on metadata. Try renaming the file to remove keywords (e.g., change "invoice_2025.pdf" to "doc_2025.pdf") and re-save. This is a hack, not a fix. It works 30% of the time.
Prevention tip for IT pros
DLP false positives kill productivity. Here's what I do for all my small business clients: audit your DLP rules once a month. Look at the DLP reports in your admin panel. Find rules that block more than 50 actions a month. Those rules are too aggressive. Either relax the condition or add exceptions for common legitimate uses. For example, if your rule blocks "all external email attachments", add an exception for .xlsx files from accounting—they need to send spreadsheets daily. Also, train your users: tell them to use the "Report false positive" button in the DLP warning. It logs data you'll need later. Don't ignore DLP violations. They pile up, and your security team might think you're leaking data.
Real story: a client's HR person couldn't email payroll reports to the CEO. The DLP policy flagged "payroll" as sensitive. We added an exception for the HR department's email domain. Problem solved in 10 minutes. If you don't have admin access, get help fast—DLP won't wait for you.
Derek's rule: if DLP blocks you, it's the policy, not your work. Don't fight it. Work around it or get an override.
Was this solution helpful?