Hello @chris_castillog25
Just like @jaya_priya_ramasamy mentioned, The issue is that you drawing still have the definition for old block.
A block can look different after an edit (Not display your updates) because the drawing is still using the old block definition cached inside that DWG, so inserts keep showing the “old” geometry until the definition is purged or redefined with an update method that replaces the stored definition.
Deleting visible blocks only removes the instances; it does not remove the block definition that is stored in the drawing, so AutoCAD still “remembers” that name and its old geometry and will keep using it when the block is reinserted or pasted.
The classic fix is to remove all instances, run Purge to clear the unused block definition, then reinsert so the new definition loads.

In AutoCAD Electrical, the preferred method is the Swap/Update Block tool, which replaces the symbol with the latest library version while preserving attributes, tags, and catalog data across the current drawing or the full project. This avoids the purge/reinsert cycle.


Arshdeep Singh
Electrical Designer & Programmer
C.Tech | CAPM® | CMSE® | Autodesk Expert Elite
LinkedIn
Autodesk App Store
Did you find this post helpful? Please feel free to Like this post.
Did your question get successfully answered? Please click the Accept Solution button to help other users who may have the same question.
