diff --git src/wp-admin/includes/privacy-tools.php src/wp-admin/includes/privacy-tools.php
index efe46cce32..7b3b93ccc8 100644
--- src/wp-admin/includes/privacy-tools.php
+++ src/wp-admin/includes/privacy-tools.php
@@ -323,7 +323,7 @@ function wp_privacy_generate_personal_data_export_file( $request_id ) {
 	$stripped_email       = str_replace( '@', '-at-', $email_address );
 	$stripped_email       = sanitize_title( $stripped_email ); // slugify the email address
 	$obscura              = wp_generate_password( 32, false, false );
-	$file_basename        = 'wp-personal-data-file-' . $stripped_email . '-' . $obscura;
+	$file_basename        = 'wp-personal-data-file-' . $obscura;
 	$html_report_filename = $file_basename . '.html';
 	$html_report_pathname = wp_normalize_path( $exports_dir . $html_report_filename );
 	$file                 = fopen( $html_report_pathname, 'w' );
