Work through these checks step by step to determine what happened and what can be recovered.
- Confirm whether the environment is missing or access is lost
- Identify which environment is expected (name, URL, or GUID) and in which experience it is missing (Power Platform admin center, Power Apps maker portal, or Power Automate). Different experiences show environments based on role and other criteria.
- Also confirm which user account is affected (UPN or Entra ID), because environment visibility depends on role assignments for that specific user.
If the environment exists but the user no longer has access, an admin can re‑grant access instead of recovering or recreating the environment.
- Check if the environment is disabled or marked for automatic cleanup
If the environment has been inactive, it may have been disabled and scheduled for automatic deletion:
- Sign in to the Power Platform admin center.
- Go to Manage > Environments.
- Look for the environment in the list:
- If it shows as inactive, select it and use Trigger environment activity to mark it active, or Re-enable environment if it is already disabled.
If the environment is re‑enabled before deletion, apps and data remain in place (subject to any other changes that may have occurred).
- Check if the environment was deleted and can still be recovered
If the environment no longer appears in the main list, check the deleted environments list:
- In the Power Platform admin center, go to Manage > Environments.
- Select Recently deleted environments or Recover deleted environments (depending on the UI wording).
- If the missing environment appears there and was deleted within the allowed window:
- Select the environment and choose Recover / Continue, then confirm.
Key limits:
- Most environments can be recovered within seven days of deletion.
- Production environments with Dynamics 365 applications can be available for recovery for up to 28 days.
- Recovery can take several hours; during that time, the environment may still appear in the deleted list until the process completes.
If the environment does not appear in the deleted list and the deletion window has passed, there is no supported way in the product to bring that environment back.
- Use PowerShell if needed (admin only)
An administrator can also check and recover soft‑deleted environments via PowerShell:
# List soft-deleted environments
Get-AdminPowerAppSoftDeletedEnvironment
# Recover a specific soft-deleted environment
Recover-AdminPowerAppEnvironment -EnvironmentName <environmentName> -WaitUntilFinished $true
- After recovering an environment
If the environment is successfully recovered:
- Solution flows are disabled by default; they must be manually re‑enabled as needed.
- Review custom connectors and other components and reinstall or clean up as required.
- If only specific data or records are missing
If the environment exists but certain Dataverse records were deleted, a System Administrator can:
- Go to Power Platform admin center > Manage > Environments > select the environment.
- Open Settings > Data management > Deleted Records.
- Select the records to restore and choose Restore.
If entire apps or tables were deleted and are not available via backups or deleted‑records features, they cannot be restored from within the product.
- If none of the above works
If the environment is not visible, not in the deleted list, and outside the recovery window, the only remaining options are:
- Recreate a new environment and rebuild apps/flows from any local copies or exported solutions (if available).
- Engage the organization’s Power Platform or Microsoft 365 admin to verify environment status and role assignments.
References: