As an admin who's managed Salesforce for healthcare, manufacturing, and financial services clients, I've seen license costs balloon while functionality remained underutilized. The good news? You can slash costs by 25-40% without crippling your org. Here’s how—no fluff, just actionable tactics.
Run this SOQL daily for 30 days to find dormant users:
SELECT Id, Name, LastLoginDate FROM User WHERE LastLoginDate < LAST_N_DAYS:90 AND IsActive = true
In a healthcare client, this revealed 227 inactive users (32% of total licenses). Deactivating them saved $68k/year. Also, remove test accounts from your sandbox (I’ve seen 15% of sandbox users be test data). Always verify with your security team before deactivating.
Don’t upgrade a user’s license to access a new feature. Instead, create a permission set. Example: A sales ops team needed to view a custom pricing object. Instead of upgrading 80 users to Full licenses ($15k/year), we built a permission set with just that object’s permissions. Zero license cost impact.
Enterprise licenses cost 50% less than Unlimited. If you don’t use all Unlimited features (like unlimited custom objects or advanced reporting), downgrade. In a SaaS client, we moved from Unlimited to Enterprise after verifying they had zero custom objects beyond 200 (the Enterprise limit). Saved $22k/year with no functionality loss.
Every custom object above 200 requires an Unlimited license