Is Guid considered a value type or reference type? August 19, 2023 by Tarik Guid is a Value Type. See MSDN. Note that Guid is a struct. All structs are Value Types.