en

Anonymize DICOM

Remove patient data from DICOM files (.dcm) - locally in the browser, the image pixels stay unchanged, with no upload.

Viewing and conversion only, not a diagnostic aid.

Your files

    Running locally on your device ...

    0%

    Your files never left your device

      Is my file uploaded?

      No. Everything runs in your browser - your file never leaves your device. How this is verifiable

      No upload100% local
      Your content stays with youno third-party access
      Servers in GermanyGDPR by design
      Independently auditedTLS A+ · HTTP headers A+

      DICOM is the standard format of medical imaging (DICOM PS3.10). Besides the image itself, every file carries an extensive header of metadata fields - among them the name, birth date, patient ID, address and phone number of the person, plus the clinic, station, device and the names of the attending physicians. These very fields turn a scan into personal data. Anyone sharing an image for research, teaching, a second opinion or a technical bug report must remove these identifiers first.

      This tool reads the DICOM file in the browser, clears every known identity field from a minimal de-identification list aligned with DICOM PS3.15, and sets the markers PatientIdentityRemoved to YES and a DeidentificationMethod. The image pixels themselves are taken over byte for byte unchanged - the scan, its resolution and its grey-scale range stay exactly intact, whether the image is uncompressed or compressed. Nothing is recomputed; only the identity is taken out of the header.

      The decisive point is privacy: because the anonymization runs entirely on your device, the original file with all patient data never leaves the browser. Nothing is uploaded, nothing is cached, no server sees the scan - the decisive advantage for clinical and research data. You can drop several .dcm files at once; each is processed individually and saved as a new .dcm with the suffix _anon. You keep the original image unchanged, and you can share the anonymous copy safely.

      Specifications

      Specifications
      Input formatsDCM
      Output formatDCM
      Batch processingYes
      ProcessingLocally in your browser (JavaScript)
      File uploadNone

      In 3 steps

      1. Drop your DICOM file(s) (.dcm).
      2. Anonymization runs automatically, locally in the browser.
      3. Download the anonymized .dcm file.

      Limitations: Removes the identity fields from a DICOM header (name, ID, birth date, address, phone, clinic, station, device, physicians) per a minimal list aligned with DICOM PS3.15 and sets PatientIdentityRemoved=YES. The pixels stay unchanged. It is a structural helper, not a certified anonymization attestation: text burned into the image (burned-in annotations) and private vendor fields are not read. Check sensitive scans yourself before sharing.

      FAQ

      Are my DICOM files uploaded?

      No. Anonymization runs entirely locally in the browser (pure JavaScript, no server); the file with the patient data never leaves your device - the decisive advantage for clinical and research data in particular.

      Which fields are removed?

      Name, patient ID, birth date, address, phone number, clinic and station name, device serial number and the names of the attending and performing physicians. The list follows the minimal de-identification of DICOM PS3.15.

      Is the medical image preserved?

      Yes, completely. The pixels are taken over byte for byte - only the metadata in the header are cleared. The resolution, grey-scale and compression of the scan do not change.

      Is this a complete, legally watertight anonymization?

      It is a structural helper based on a minimal list aligned with PS3.15. Text burned into the image and private vendor fields are not captured. Check sensitive scans yourself before sharing.

      Can I anonymize several files at once?

      Yes. Drop several .dcm files at once; each is processed individually and saved as its own anonymous copy with the suffix _anon.

      Related tools