ERROR_DESTINATION_ELEMENT_FULL - 1161 (0x489)

The indicated destination element already contains media.

Updated: Feb 21, 2026

Technical Meaning

The ERROR_DESTINATION_ELEMENT_FULL error code indicates that an attempt to add media or content to a destination element, such as a directory or file, has failed because the element is already occupied by another item. This error typically arises in scenarios where files are being added to a directory or when attempting to mount additional media onto a drive.

Error Details

This specific error code is returned by Windows APIs and functions that manage file system operations. It signifies that the operation was unable to proceed because the destination element, such as a folder or volume, already contains an item of the same type being attempted for addition. This can occur in various contexts, including but not limited to, adding files to a directory or mounting additional media onto a drive.

Usage Context

This error code is commonly encountered when performing file system operations that require adding new elements to existing directories or volumes. It may also appear during attempts to mount additional media if the target volume already contains data or other media types.

Developer Interpretation

When encountering this error, developers should consider the following:

  • Verify that the destination element is not already occupied by another item of the same type.
  • Ensure that the operation context and parameters are correct for the intended file system action.
  • Check if there are any existing files or media on the target volume that might be causing the issue.

Related Errors

FAQ

Q: What does the error code 1161 mean?

A: The error code 1161, or ERROR_DESTINATION_ELEMENT_FULL, indicates that an attempt to add media or content to a destination element has failed because the element is already occupied.

Q: How can I resolve this issue?

A: Ensure that the target directory or volume does not contain any conflicting items and verify the operation context and parameters are correct for the intended file system action.

Summary

The ERROR_DESTINATION_ELEMENT_FULL error code, 1161 (0x489), is a specific error indicating that an attempt to add media or content to a destination element has failed due to existing items. Developers should ensure proper operation context and verify the absence of conflicting elements when encountering this error.